aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/metric/model/json/GenericJsonModel.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* numbers outside of the range of a long are forced to have a decimal punctuati...Henning Baldersheim2021-12-171-2/+0
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Add node's role to json output.gjoranv2020-01-171-1/+4
* Expose hostname, and rename nodeId -> role.gjoranv2020-01-171-3/+3
* Move node name out of the 'node' object.gjoranv2020-01-091-2/+4
* Add/corect copyright headersJon Bratseth2020-01-031-4/+1
* Improve exception handling to avoid silent failuresgjoranv2019-09-021-2/+1
* Ensure always valid json from JsonMetricsRenderingExceptiongjoranv2019-06-041-6/+1
* Add request handler for generic metrics format.gjoranv2019-05-311-1/+6
* Use logger instead of printStackTracegjoranv2019-05-281-1/+2
* Add json model for generic metrics format.gjoranv2019-05-241-0/+44