azure-metrics-exporter
azure-metrics-exporter copied to clipboard
Querying the /probe/metrics/resource endpoint requires resourceType of filter
Although it is not documented, querying the /probe/metrics/resource endpoint without specifying a resourceType of filter throws an error:
"error","msg":"parameter \"resourceType\" or \"filter\" is missing
This can also be seen in the web UI, there is no metrics returned and the error appears in the export stdout.
This is resolved in #31