You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to add dimensions to my scraper config I don't see any labels or metrics of the dimensions. I only see the metrics from "BackendResponseStatus"
Is their any misunderstanding from my part of how to use dimension? or is there any other error?
config:
- name: azure_application_gateway_backend_response_status
description: "The backend response status from the application gateway"
resourceType: ApplicationGateway
labels:
app: promitor
resource: applicationgateway
scraping:
schedule: "0 */5 * * * *"
azureMetricConfiguration:
metricName: BackendResponseStatus
dimensions:
- name: HttpStatus
aggregation:
type: Total
interval: 00:05:00
resourceDiscoveryGroups:
- name: application-gateways
The text was updated successfully, but these errors were encountered:
Hi,
When trying to add dimensions to my scraper config I don't see any labels or metrics of the dimensions. I only see the metrics from "BackendResponseStatus"
Is their any misunderstanding from my part of how to use dimension? or is there any other error?
config:
The text was updated successfully, but these errors were encountered: