Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimensions won't appear #61

Open
maos999 opened this issue Mar 18, 2024 · 0 comments
Open

Dimensions won't appear #61

maos999 opened this issue Mar 18, 2024 · 0 comments

Comments

@maos999
Copy link

maos999 commented Mar 18, 2024

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:

  - 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant