aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/metric/model/prometheus
Commit message (Expand)AuthorAgeFilesLines
* Avoid buffering entire prometheus model serialisationjonmv2024-05-301-1/+7
* Use var type to handle renaming of jllama interface classes.Henning Baldersheim2024-05-161-2/+2
* Make members private and use accessorsHenning Baldersheim2024-04-251-2/+2
* Use Instant to represent time so unit is clearly defined.Henning Baldersheim2024-04-252-2/+2
* Fix prometheus timestampOla Aunronning2024-04-241-1/+1
* Check if metric is present before creating sample.Henning Baldersheim2024-04-171-23/+28
* To avoid keeping all Prometheus Metrics in memory while aggregating, iterate ...Henning Baldersheim2024-04-162-46/+62
* We already have deduplication of MericId, DimensionId and ServiceId.Henning Baldersheim2024-04-161-11/+3
* - Remove duplicates of the timestamp.Henning Baldersheim2024-04-161-4/+13
* Unify on List.ofHenning Baldersheim2024-04-111-4/+1
* Include service status metric in prometheus outputOla Aunronning2024-03-261-0/+12
* Update copyrightJon Bratseth2023-10-093-3/+3
* - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-291-4/+1
* Don't add status_code and status_msg to metric packets. Remove unused service...Ola Aunronning2023-06-151-8/+0
* Update 2020 Oath copyrights.gjoranv2021-10-273-3/+3
* merged same samples to a single sample, with a unique name and set of labels.takamabe2020-05-201-1/+1
* Add/corect copyright headersJon Bratseth2020-01-033-14/+3
* Improve exception handling to avoid silent failuresgjoranv2019-09-022-5/+4
* Add vespa service as dimension instead of prefix to metric names.gjoranv2019-08-271-1/+3
* Add Prometheus http apigjoranv2019-08-273-0/+144