Add REST endpoint for metrics

This commit is contained in:
Lou Knauer
2022-01-27 09:29:53 +01:00
parent 32c32ba949
commit 1c1b043246
3 changed files with 89 additions and 3 deletions

View File

@@ -103,9 +103,9 @@ type Series {
}
type MetricStatistics {
avg: NullableFloat!
min: NullableFloat!
max: NullableFloat!
avg: Float!
min: Float!
max: Float!
}
type StatsSeries {