summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Move the parser out to prepare for simpler testing.Henning Baldersheim2021-03-092-143/+155
|
* Using the jackson ObjectMapper directly at the rootlevel causes the whole ↵Henning Baldersheim2021-03-081-57/+110
| | | | | | object structure to be build in memory. A compromise here is to drive the parsing with the stream api and use an object mapper per entry in the array.
* Fix typosJon Bratseth2021-03-041-1/+1
|
* Non-functional changes onlyJon Bratseth2021-03-049-15/+18
|
* enableSmallBuffers -> useSmallBuffersHenning Baldersheim2021-02-122-2/+2
|
* Use small buffers where size matters more than speed.Henning Baldersheim2021-02-122-2/+3
|
* Ignore dimensions with null key or valueOla Aunrønning2021-02-101-3/+7
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-0210-131/+142
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-0110-136/+131
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-2910-131/+136
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* Add null guardsHarald Musum2020-10-071-2/+4
|
* Remove topleveldispatch remnantsHarald Musum2020-09-252-6/+1
|
* No functional changesJon Bratseth2020-09-1814-49/+46
|
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-101-9/+1
|
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-042-2/+3
|
* Fixed broken test and fixed namingAmund Bergland Kvalsvik2020-07-201-3/+2
|
* added regex and hostname testAmund Bergland Kvalsvik2020-07-171-1/+30
|
* 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-012-9/+14
|
* Add bindings for prometheus handler in application containers.gjoranv2020-06-301-5/+1
| | | | | + Simplify by using common path for json and prometheus in the internal applicationmetrics api.
* Fixed review commentsAmund Bergland Kvalsvik2020-06-292-12/+14
|
* Updated ApplicationMetricsHandler. Removed PrometheusV1HandlerAmund Bergland Kvalsvik2020-06-262-8/+35
|
* 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
| | | | .. to avoid concurrent handler requests trying to mutate builders.
* 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
| | | | This will allow the client to reuse existing SSL sessions
* 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
|\ | | | | Autoscaler node metrics
| * memory.util -> mem.utilJon Bratseth2020-03-101-1/+1
| |
* | Require 'file' and make 'profile' optional for shared-credentialsgjoranv2020-03-091-1/+1
|/ | | | - The default profile is 'default'
* 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
|\ | | | | Gjoranv/new services syntax