summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* added hostname as a dimension to prometheus metricsAmund Bergland Kvalsvik2020-07-141-4/+4
* Add prometheus path to the resource list in the root responsegjoranv2020-07-011-1/+2
* Add bindings for prometheus handler in application containers.gjoranv2020-06-301-5/+1
* Fixed review commentsAmund Bergland Kvalsvik2020-06-291-10/+12
* Updated ApplicationMetricsHandler. Removed PrometheusV1HandlerAmund Bergland Kvalsvik2020-06-261-4/+31
* 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-293-40/+29
* Limit number of threads for applications with <20 nodes.gjoranv2020-04-281-7/+8
* 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-161-3/+3
* Reuse Supervisor instanceBjørn Christian Seime2020-03-191-14/+25
* use RPC directly instead of calling external processArne Juul2020-03-181-32/+29
* 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
* Use new scripts for starting/stopping the Telegraf process.gjoranv2020-03-051-5/+12
* Determine metrics API protocol based on isHostedVespaOla Aunrønning2020-02-271-0/+1
* 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-252-0/+128
|\
| * Set telegraf log path under Vespa homeOla Aunrønning2020-02-241-0/+3
| * Log warning when stdErr is not empty. More debug loggingOla Aunrønning2020-02-212-5/+14
| * 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
| * 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-201-1/+0
| * Load template using ClasspathResourceLoader. Renamed templateOla Aunrønning2020-02-201-4/+12
| * Support configuring an arbitrary number of Cloudwatch pluginsOla Aunrønning2020-02-201-11/+4
| * Consider if cloudwatch profile is set. Removed compile specification in pom.Ola Aunrønning2020-02-201-1/+2
| * Added Telegraf componentOla Aunrønning2020-02-202-0/+103
* | Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-2018-169/+397
|\|
| * Add metrics/v2 handlergjoranv2020-02-144-2/+104
| * Allow inspecting consumers in MetricsPacket.Buildergjoranv2020-02-131-0/+4
| * 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-237-151/+11
| * Implement metrics dimensions processing.gjoranv2020-01-228-15/+268
* | Non-functional changes onlyJon Bratseth2020-01-218-3/+12
|/