summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #12298 from vespa-engine/gjoranv/revert-telegraf-componentsOla Aunrønning2020-02-202-37/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "Add Telegraf components to metrics-proxy clusters."
| * | | | | | Revert "Add Telegraf components to metrics-proxy clusters."gjoranv2020-02-202-37/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | This reverts commit 5de8c5e24ca3cecb2603496e7969afdb1934a4e9.
* | | | | | Merge pull request #12282 from vespa-engine/olaa/add-log-configOla Aunrønning2020-02-204-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add telegraf logrotation config
| * | | | | | Update ↵Ola Aunrønning2020-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metrics-proxy/src/main/java/ai/vespa/metricsproxy/telegraf/TelegrafRegistry.java Co-Authored-By: gjoranv <gv@verizonmedia.com>
| * | | | | | Update ↵Ola Aunrønning2020-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metrics-proxy/src/main/java/ai/vespa/metricsproxy/telegraf/TelegrafRegistry.java Co-Authored-By: gjoranv <gv@verizonmedia.com>
| * | | | | | Add some info and debug loggingOla Aunrønning2020-02-202-0/+12
| | | | | | |
| * | | | | | Specify log pathOla Aunrønning2020-02-202-0/+4
| | | | | | |
| * | | | | | Add telegraf logrotation configOla Aunrønning2020-02-202-0/+6
| | | | | | |
* | | | | | | Merge pull request #12293 from vespa-engine/arnej/use-nns-index-from-blueprintArne H Juul2020-02-207-14/+51
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Arnej/use nns index from blueprint
| * | | | | | | add commentArne Juul2020-02-202-0/+6
| | | | | | | |
| * | | | | | | use NearestNeighborIndex when availableArne Juul2020-02-207-14/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update find_top_k API in NearestNeighborIndex to return vector with both docids and distances. * constify find_top_k * when possible, call find_top_k from NearestNeighborBlueprint, and use result from that call in iterator.
* | | | | | | | Merge pull request #12288 from vespa-engine/gjoranv/add-telegraf-componentsgjoranv2020-02-205-251/+299
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Gjoranv/add telegraf components
| * | | | | | | Simplfy: use the most convenient getConfig() method.gjoranv2020-02-201-7/+7
| | | | | | | |
| * | | | | | | Extract tests related to metrics consumers to a new class.gjoranv2020-02-203-235/+255
| | | | | | | |
| * | | | | | | Add Telegraf components to metrics-proxy clusters.gjoranv2020-02-202-10/+37
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #12281 from vespa-engine/arnej/add-nns-iteratorArne H Juul2020-02-2010-9/+187
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Arnej/add nns iterator
| * | | | | | | unit test vector iteratorArne Juul2020-02-201-0/+67
| | | | | | | |
| * | | | | | | add search iterator using result from find_top_kArne Juul2020-02-209-9/+120
| | | | | | | |
* | | | | | | | Merge pull request #12287 from ↵Geir Storli2020-02-2019-131/+530
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/integrate-nearest-neighbor-index-in-dense-tensor-attribute Integrate nearest neighbor index in dense tensor attribute
| * | | | | | | | More use of TensorSpec instead of creating Tensor instance explicit.Geir Storli2020-02-201-60/+51
| | | | | | | | |
| * | | | | | | | Update nearest neighbor index when tensor values change.Geir Storli2020-02-203-11/+187
| | | | | | | | |
| * | | | | | | | Instantiate nearest neighbor (hnsw) index in dense tensor attribute when ↵Geir Storli2020-02-2013-49/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified in config.
| * | | | | | | | Add hnsw index params to config for attribute vector.Geir Storli2020-02-205-6/+73
| | | | | | | | |
| * | | | | | | | Don't deactivate processing of index settings when validation is turned off.Geir Storli2020-02-201-8/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #12291 from ↵Tor Brede Vekterli2020-02-208-32/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-12283-balder/control-compressed-class-space-size Revert "Control -XX:CompressedClassSpaceSize jvm option."
| * | | | | | | | | Revert "Control -XX:CompressedClassSpaceSize jvm option."Bjørn Christian Seime2020-02-208-32/+15
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #12290 from ↵Bjørn Christian Seime2020-02-201-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bjorncs/handle-wildcard-address-hostname-validation Use 'localhost' for TLS hostname validation if spec uses wildcard address
| * | | | | | | | Use 'localhost' for TLS hostname validation if spec uses wildcard addressBjørn Christian Seime2020-02-201-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #12285 from vespa-engine/mpolden/remove-cost-apiJon Marius Venstad2020-02-207-125/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove /cost/v1/
| * | | | | | | | Inline constant parameterMartin Polden2020-02-202-12/+10
| | | | | | | | |
| * | | | | | | | Remove /cost/v1/Martin Polden2020-02-207-113/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API is unused.
* | | | | | | | | Merge pull request #12242 from ↵Tor Brede Vekterli2020-02-2016-91/+360
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/client-sni-and-hostname-validation-in-cpp-tls-impl Implement TLS client SNI and hostname validation in OpenSSL codec
| * | | | | | | | | Implement TLS client SNI and hostname validation in OpenSSL codecTor Brede Vekterli2020-02-1716-91/+360
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds `disable-hostname-validation` config entry to TLS JSON config file parsing in C++. For the time being, hostname validation is implicitly disabled unless explicitly specified in the config file. This will be gradually changed over to be implicitly enabled by default. SNI is always sent when a valid connection spec is provided.
* | | | | | | | | Merge pull request #12283 from ↵Henning Baldersheim2020-02-208-15/+32
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/control-compressed-class-space-size Control -XX:CompressedClassSpaceSize jvm option.
| * | | | | | | | | Put back CMS as it was actually used.Henning Baldersheim2020-02-201-0/+1
| | | | | | | | | |
| * | | | | | | | | Control -XX:CompressedClassSpaceSize jvm option.Henning Baldersheim2020-02-208-16/+32
| | | | | | | | | |
* | | | | | | | | | Merge pull request #12284 from ↵Henning Baldersheim2020-02-201-2/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-new-method-for-creating-JRTConfigRequester Use new method for creating JRTConfigRequester
| * | | | | | | | | Use new method for creating JRTConfigRequesterHarald Musum2020-02-201-2/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #12266 from ↵Andreas Eriksen2020-02-201-9/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/handle-endpoint-certificate-timeout-status-in-handler Handle serialisation of new run status
| * | | | | | | | | Handle serialisation of new run statusJon Marius Venstad2020-02-191-9/+10
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | @andreer please review nand merge
* | | | | | | | | Merge pull request #12199 from vespa-engine/olaa/telegraf-componentgjoranv2020-02-207-0/+234
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Added Telegraf component
| * | | | | | | | Evaluate template directly in Velocity engine. Read template using ↵Ola Aunrønning2020-02-201-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | InputStreamReader
| * | | | | | | | Map input plugins to appropriate output pluginOla Aunrønning2020-02-204-8/+23
| | | | | | | | |
| * | | | | | | | Load template using ClasspathResourceLoader. Renamed templateOla Aunrønning2020-02-202-4/+12
| | | | | | | | |
| * | | | | | | | Added testOla Aunrønning2020-02-202-0/+72
| | | | | | | | |
| * | | | | | | | Support configuring an arbitrary number of Cloudwatch pluginsOla Aunrønning2020-02-202-18/+15
| | | | | | | | |
| * | | | | | | | Exclude velocity artifact in config-model/pom.xmlOla Aunrønning2020-02-201-0/+4
| | | | | | | | |
| * | | | | | | | Consider if cloudwatch profile is set. Removed compile specification in pom.Ola Aunrønning2020-02-203-4/+4
| | | | | | | | |
| * | | | | | | | Added Telegraf componentOla Aunrønning2020-02-204-0/+138
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #12280 from vespa-engine/bjorncs/update-apache-httpclientHenning Baldersheim2020-02-201-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Upgrade httpclient to 4.5.11 and httpcore to 4.4.13