summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main
Commit message (Expand)AuthorAgeFilesLines
* Reduce default timeout for metrics requests from 300s to 25s to ensure it is ...Henning Baldersheim2022-01-251-1/+0
* Support producing all clauses in a referenced conditionJon Bratseth2022-01-191-3/+3
* Make parse method public to enable testing.Henning Baldersheim2021-12-191-1/+1
* GC unused loggerHenning Baldersheim2021-12-191-2/+0
* - Refactor and speedup MetricParser.handleValue.Henning Baldersheim2021-12-191-60/+65
* Use the Instant as a timestamp to make it clear what it is instead of just a ...Henning Baldersheim2021-12-185-24/+29
* Handle that metrics can arrive with a dimension set to null. Skip and log it ...Henning Baldersheim2021-12-172-9/+16
* Get stacktrace for exceptions.Henning Baldersheim2021-12-171-5/+4
* Preserve number typeHenning Baldersheim2021-12-171-1/+1
* Even if we do not filter by consumer on the services, we can do it early in t...Henning Baldersheim2021-12-174-26/+75
* numbers outside of the range of a long are forced to have a decimal punctuati...Henning Baldersheim2021-12-172-6/+25
* Avoid creating a temporary YamasArrayJsonModel which contains a copy of the M...Henning Baldersheim2021-12-167-141/+115
* Add test and benchmark for smaps parsing and avoid using regex.Henning Baldersheim2021-12-151-17/+24
* Only take regex cost when necessaryHenning Baldersheim2021-12-151-1/+3
* Unify on Map.of/copyOfHenning Baldersheim2021-12-152-9/+6
* Use the simple computeIfAbsent method.Henning Baldersheim2021-12-151-13/+3
* Test depends on order...Henning Baldersheim2021-12-151-4/+4
* Zero out the builders as soon as they are used to avoid keeping both alive wh...Henning Baldersheim2021-12-154-27/+32
* Merge pull request #20525 from vespa-engine/bratseth/cleanup-654gjoranv2021-12-153-30/+4
|\
| * No functional changesJon Bratseth2021-12-153-30/+4
* | Avoid creating many sets and lists containing the same list of consumers.Henning Baldersheim2021-12-153-49/+28
|/
* 1 - Make the first sample period at least 5s long.Henning Baldersheim2021-12-142-17/+30
* Add debug logging of jiffies.Henning Baldersheim2021-12-141-1/+3
* Precompute mapping from MetricId to Map<ConfiguredMetric, Set<ConsumerId>> to...Henning Baldersheim2021-12-132-20/+27
* Move utilitity methods to correct class and make static.Henning Baldersheim2021-12-132-37/+35
* No functional changesJon Bratseth2021-12-091-0/+1
* Use debug logging for exceptions known to happen during normal operations whe...Henning Baldersheim2021-12-011-7/+10
* Update 2020 Oath copyrights.gjoranv2021-10-2760-60/+60
* Update 2019 Oath copyrights.gjoranv2021-10-2711-11/+11
* Lower log levelHarald Musum2021-10-271-2/+2
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
* Update metrics-proxy/src/main/java/ai/vespa/metricsproxy/service/SystemPoller...Jon Bratseth2021-10-141-1/+1
* Prevent division by zeroHenning Baldersheim2021-10-141-4/+9
* cpu.util -> cpu_utilHenning Baldersheim2021-10-141-4/+8
* Make system metrics testable.Henning Baldersheim2021-10-143-50/+86
* Add cpu.util as per service metrics.Henning Baldersheim2021-10-131-16/+35
* Do not start metrics poller thread in constructor.Henning Baldersheim2021-10-081-5/+5
* Update Verizon Media copyright notices.gjoranv2021-10-079-9/+9
* Drain the input stream on error, an just return an HealthMetric.getUnknown.Henning Baldersheim2021-09-233-6/+6
* Merge pull request #19233 from vespa-engine/balder/do-not-poll-default-unless...v7.470.24Harald Musum2021-09-211-3/+3
|\
| * Do not fetch metrics for default consumer unless explicitly asked to do so.Henning Baldersheim2021-09-211-3/+3
* | Add synchronization.Henning Baldersheim2021-09-211-2/+5
* | Cache the connection target and reuse to avoid ssl renegotiation.Henning Baldersheim2021-09-211-19/+22
|/
* Remove unneeded throws clauseHenning Baldersheim2021-09-211-1/+1
* Ensure stream is closed.Henning Baldersheim2021-09-212-5/+5
* GC unused classHenning Baldersheim2021-09-211-14/+0
* Stop the polling thread prior to shutting down the http client.Henning Baldersheim2021-09-213-11/+11
* Must concatenate as message is not a Throwable.Henning Baldersheim2021-09-171-1/+1
* GC unused importHenning Baldersheim2021-09-171-1/+0
* We do not need the stack trace for expected warnings.Henning Baldersheim2021-09-171-2/+8