aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy
Commit message (Expand)AuthorAgeFilesLines
...
* Minor cleanupHenning Baldersheim2022-11-262-2/+1
* Use volatile instead of Atomics when that is sufficient.Henning Baldersheim2022-11-011-13/+10
* - Handle CancellationException.Henning Baldersheim2022-11-011-7/+15
* Remove unnecessary return typejonmv2022-10-283-13/+15
* Abandon in-flight metrics requests on deconstructjonmv2022-10-283-9/+8
* Break fetching metrics when stoppedjonmv2022-10-271-2/+3
* Merge pull request #24548 from vespa-engine/arnej/common-handle-env-rootHenning Baldersheim2022-10-252-0/+6
|\
| * * apply new common bootstrapArne Juul2022-10-242-0/+6
* | Use only wiremock-jre8, and add version property.gjoranv2022-10-241-1/+1
|/
* Support running Vespa in container as non-rootEirk Nygaard2022-10-211-1/+1
* Add deploymentCluster dimensionOla Aunronning2022-10-201-0/+1
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-062-1/+2
* Require non-null consumer idgjoranv2022-09-271-2/+3
* Ignore case when looking up metrics consumer.gjoranv2022-09-263-6/+21
* Add Vespa consumer to host life metricOla Aunrønning2022-08-152-0/+6
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-123-3/+7
* qrserver -> container, part 2Harald Musum2022-08-095-9/+9
* qrserver -> containerHarald Musum2022-08-087-32/+28
* Remove all dependencies to yoleangjoranv2022-07-131-6/+0
* Merge pull request #23138 from vespa-engine/bjorncs/metrics-proxyBjørn Christian Seime2022-06-215-78/+54
|\
| * Re-enable testsBjørn Christian Seime2022-06-162-9/+1
| * Use synchronous http clientBjørn Christian Seime2022-06-163-69/+53
* | Sync initial directory permissions and ownership with fixdir settingsTor Egge2022-06-201-0/+2
|/
* Temporarily ignore tests in RpcHealthMetricsTestBjørn Christian Seime2022-06-141-0/+3
* Temporarily ignore testsBjørn Christian Seime2022-06-141-0/+5
* Specify timeout for non-blocking I/O in http clientsBjørn Christian Seime2022-06-133-6/+13
* Specify global test timeoutBjørn Christian Seime2022-06-132-0/+11
* Stabilize metrics-proxy testsBjørn Christian Seime2022-06-102-11/+12
* Remove temporary dependency on 'jetty-http' with test scopeBjørn Christian Seime2022-06-081-7/+0
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-081-0/+2
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-0610-10/+10
* Increase timeout from 20s to 60s to allow overloaded nodes a chance to comple...Henning Baldersheim2022-05-052-2/+4
* Only log when failure is unexpected.Henning Baldersheim2022-04-301-1/+3
* Silence ConnectTimeoutExceptionHenning Baldersheim2022-04-291-1/+2
* 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
* Increase timeout to reduce timing issue in test.Henning Baldersheim2022-01-071-2/+2
* 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-192-61/+66
* Use the Instant as a timestamp to make it clear what it is instead of just a ...Henning Baldersheim2021-12-187-26/+33
* Add test for dimensions incorrectly containing nullHenning Baldersheim2021-12-171-0/+25
* Handle that metrics can arrive with a dimension set to null. Skip and log it ...Henning Baldersheim2021-12-173-20/+41
* Get stacktrace for exceptions.Henning Baldersheim2021-12-171-5/+4
* Drop using hamcrest matchers and stick to simple assertEquals/True/FalseHenning Baldersheim2021-12-179-132/+119
* Preserve number typeHenning Baldersheim2021-12-172-27/+27
* 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-173-6/+42