aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/metrics
Commit message (Expand)AuthorAgeFilesLines
* Close http connections for metric retrievalOla Aunrønning2020-10-213-54/+45
* Increase timeout for executorServiceOla Aunrønning2020-10-161-1/+1
* Close connections older than 1 minuteBjørn Christian Seime2020-10-121-1/+2
* Add timeout for requesting a connection from connection poolBjørn Christian Seime2020-10-091-2/+4
* Reuse threadpoolBjørn Christian Seime2020-10-091-13/+19
* Code cleanup, no functional changesHarald Musum2020-08-112-4/+1
* Initial structure and functions (#13789)Amund Bergland Kvalsvik2020-08-107-56/+332
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Merge pull request #11553 from vespa-engine/olaa/use-pooling-connection-managerOla Aunrønning2020-04-081-7/+11
|\
| * Use PoolingHttpClientConnectionManager. Increase parallelizationOla Aunrønning2019-12-121-7/+11
* | Lower log level, seems to be common and not worth a warningHarald Musum2020-03-301-1/+1
* | Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
* | Debug metric retrieval execution timeOla Aunrønning2019-12-131-0/+7
|/
* Rename feed latency fieldOla Aunrønning2019-10-211-2/+2
* Set request timeout. Keep fetching metrics, even if it fails for one zoneOla Aunrønning2019-09-181-2/+9
* Don't recreate clientOla Aunrønning2019-09-121-7/+7
* Log error instead of throwingOla Aunrønning2019-09-041-1/+3
* Don't use MetricsProxyContainer for port number. Synchronize methods. Refacto...Ola Aunrønning2019-09-044-168/+163
* Find clusters using metric dimensions instead of service info.Ola Aunrønning2019-09-044-123/+101
* Revert "Merge pull request #10489 from vespa-engine/revert-10485-olaa/paralle...Ola Aunrønning2019-09-043-16/+104
* Revert "Parallelize cluster metric aggeregation."Harald Musum2019-09-033-104/+16
* Extract metric retrieval out of ApplicationRepositoryOla Aunrønning2019-09-021-0/+80
* Parallelize cluster metric aggeregation.Ola Aunrønning2019-09-022-16/+24
* Correctly fetch cluster info. Ignore NaN metricsOla Aunrønning2019-07-311-2/+2
* Merge pull request #10135 from vespa-engine/olaa/service-prefixØyvind Grønnesby2019-07-311-3/+3
|\
| * Prefix service namesOla Aunrønning2019-07-311-3/+3
* | Fix error message and use .valid() for testing for parse errorØyvind Grønnesby2019-07-291-3/+3
* | Log on failures to parse response from metrics serviceØyvind Grønnesby2019-07-291-0/+8
|/
* Ignore all cluster types except container and contentOla Aunrønning2019-07-171-1/+13
* Consider admin clustersOla Aunrønning2019-07-171-1/+1
* Make metrics retrieval be in the context of an application instanceØyvind Grønnesby2019-07-152-52/+51
* Make all retrievals of metrics from cluster in context of the clusterØyvind Grønnesby2019-07-121-32/+13
* Include cluster type in response. Other misc changesOla Aunrønning2019-05-152-9/+54
* No fallthroughOla Aunrønning2019-05-141-0/+3
* RefactoringOla Aunrønning2019-05-143-167/+161
* Fetch and aggregate correct metricsOla Aunrønning2019-05-132-82/+104
* Payload changeOla Aunrønning2019-05-102-26/+56
* Cfg server retrieves metrics from all applications in zoneOla Aunrønning2019-05-092-0/+145