We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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?
The text was updated successfully, but these errors were encountered: