aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy
Commit message (Expand)AuthorAgeFilesLines
* Require 'file' and make 'profile' optional for shared-credentialsgjoranv2020-03-091-1/+1
* Use correct path to telegraf binary in vespa-telegraf rpm package.gjoranv2020-03-061-1/+3
* Install telegraf scriptsgjoranv2020-03-061-0/+3
* Use new scripts for starting/stopping the Telegraf process.gjoranv2020-03-051-5/+12
* Add start/stop scripts for Telegrafgjoranv2020-03-052-0/+177
* Merge pull request #12369 from vespa-engine/gjoranv/new-services-syntaxgjoranv2020-02-281-0/+1
|\
| * Add handling of optional 'file' attribute to 'shared-credentials'gjoranv2020-02-271-0/+1
* | Determine metrics API protocol based on isHostedVespaOla Aunrønning2020-02-274-3/+5
|/
* Add flag that tells if this is hosted Vespa.gjoranv2020-02-271-0/+2
* Revert "Merge pull request #12351 from vespa-engine/revert-11875-bratseth/nod...Jon Bratseth2020-02-268-3/+12
* Revert "Bratseth/node metrics"Harald Musum2020-02-268-12/+3
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-257-3/+266
|\
| * Set telegraf log path under Vespa homeOla Aunrønning2020-02-243-2/+5
| * Log warning when stdErr is not empty. More debug loggingOla Aunrønning2020-02-213-6/+15
| * Update metrics-proxy/src/main/java/ai/vespa/metricsproxy/telegraf/TelegrafReg...Ola Aunrønning2020-02-201-1/+1
| * Update metrics-proxy/src/main/java/ai/vespa/metricsproxy/telegraf/TelegrafReg...Ola Aunrønning2020-02-201-1/+1
| * 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
| * Evaluate template directly in Velocity engine. Read template using InputStrea...Ola Aunrønning2020-02-201-11/+11
| * 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
| * 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 #12261 from vespa-engine/gjoranv/cloudwatch-consumer-syntaxgjoranv2020-02-201-3/+2
| |\
| | * Move consumer inside 'cloudWatch'gjoranv2020-02-181-3/+2
* | | Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-2033-362/+895
|\| |
| * | Install src/main/resources/configdefinitions/node-info.defArnstein Ressem2020-02-181-0/+1
| |/
| * Merge pull request #12164 from vespa-engine/gjoranv/add-telegraf-configgjoranv2020-02-172-0/+21
| |\
| | * Add new config def to CMakeListsgjoranv2020-02-171-0/+1
| | * Declare 3rd party system an array to allow none and multiple.gjoranv2020-02-171-5/+5
| | * Add config class for the future Telegraf componentgjoranv2020-02-131-0/+20
| * | Add metrics/v2 handlergjoranv2020-02-1410-167/+375
| * | Allow inspecting consumers in MetricsPacket.Buildergjoranv2020-02-132-2/+17
| * | Allow retrieving metrics as mutable metrics packet builders.gjoranv2020-02-131-1/+10
| |/
| * Use correct path (/values) to the metrics api on metrics-proxy.gjoranv2020-01-281-1/+1
| * Use camel-case for 'clusterId' dimensiongjoranv2020-01-281-1/+1
| * Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-281-1/+1
| * Use camel-case for 'clusterId' dimensiongjoranv2020-01-271-1/+1
| * Move metrics handler utilities to new package in container-coregjoranv2020-01-238-176/+11
| * Implement metrics dimensions processing.gjoranv2020-01-2213-16/+460
* | Non-functional changes onlyJon Bratseth2020-01-218-3/+12
|/
* Merge pull request #11840 from vespa-engine/gjoranv/node-infogjoranv2020-01-208-39/+50
|\
| * Add back nodeId to config defgjoranv2020-01-201-0/+3
| * Add node's role to json output.gjoranv2020-01-175-2/+15
| * Expose hostname, and rename nodeId -> role.gjoranv2020-01-178-37/+32
| * Propagate node to allow adding more node properties to json outputgjoranv2020-01-171-3/+3
* | Move MetricsHandler to new package and add 'V1' to its name.gjoranv2020-01-173-16/+21
|/