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

Can't Scrape Azure Queues #106

Open
NoamVH opened this issue Nov 21, 2024 · 0 comments
Open

Can't Scrape Azure Queues #106

NoamVH opened this issue Nov 21, 2024 · 0 comments

Comments

@NoamVH
Copy link

NoamVH commented Nov 21, 2024

Hello,

I've been trying to scrape Azure Queues in my environment.

I tried going after the examples in the ReadMe and after some examples in an old issue.

This is my configuration:

  - job_name: azure-metrics-queues
    scrape_interval: 1m
    metrics_path: /probe/metrics/list
    params:
      name: ["azure-metrics-queues"]
      subscription:
      - ********-****-****-****-************
      metricNamespace: ["Microsoft.Storage/storageAccounts/queueServices"]
      resourceSubPath:
      - queueServices/default
      filter:
      - resourceType eq 'Microsoft.Storage/storageAccounts'
      metric:
      - QueueCapacity
      - QueueCount
      - QueueMessageCount
      interval: ["PT1M"]
      timespan: ["PT1M"]
      aggregation:
      - Average
      - Total
    static_configs:
    - targets: ["azure-metrics-exporter:8080"]

I'm not seeing any problematic logs in either the Prometheus Server or Azure Metrics Exporter pods, what am I missing?

Another question - how do I set scraping for specific queues or storage accounts?

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