aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy
Commit message (Expand)AuthorAgeFilesLines
* merged same samples to a single sample, with a unique name and set of labels.takamabe2020-05-201-1/+1
* Create telegraf.conf parent folderOla Aunrønning2020-05-181-1/+9
* Cache built and processed metrics packets instead of buildersgjoranv2020-04-294-44/+33
* Limit number of threads for applications with <20 nodes.gjoranv2020-04-282-7/+23
* Remove unnecessary dependencies to vespalog.gjoranv2020-04-271-6/+0
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-2/+2
* Use java.util.logging.Level in static imports.gjoranv2020-04-256-22/+22
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-252-4/+4
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-252-3/+3
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-2/+2
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-257-17/+17
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-257-7/+7
* Remove assumption of VESPA_HOME location in TelegrafTestOla Aunrønning2020-04-163-5/+6
* Reuse Supervisor instanceBjørn Christian Seime2020-03-193-51/+65
* use RPC directly instead of calling external processArne Juul2020-03-183-54/+32
* Declare the thread pool final.gjoranv2020-03-171-1/+1
* Use a ConcurrentHashMap for metrics snapshots for each node.gjoranv2020-03-171-1/+3
* Don't recreate the thread pool upon exceptions.gjoranv2020-03-171-2/+0
* Reduce log levelHarald Musum2020-03-131-2/+3
* Merge pull request #12529 from vespa-engine/bratseth/autoscaler-node-metricsJon Bratseth2020-03-111-1/+1
|\
| * memory.util -> mem.utilJon Bratseth2020-03-101-1/+1
* | 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
|\| |