azure-metrics-exporter
azure-metrics-exporter copied to clipboard
Azure Monitor metrics exporter for Prometheus with dimension support, template engine and ServiceDiscovery
Below is my configuration for azure metrics exporter, when I browse `/probe/metrics/list ` I get this error **parameter "subscription" is missing** ``` - job_name: azure-metrics-databases scrape_interval: 1m metrics_path: /probe/metrics/list params:...
Hello [mblaschke](https://github.com/mblaschke), Thanks much for exporter, I am able to export metrics of PostgreSQL for Flexible Server but getting metrics like `azure_metric_postgres_active_connections_count{aggregation="average",interval="PT5M",resourceGroup="mco_adia_prd",resourceID="/subscriptions/{subs_id}/resourcegroups/{rg_name}/providers/microsoft.dbforpostgresql/flexibleservers/{db_name}",resourceName="{resource_name}",subscriptionID={sub_id}",tag_owner="",timespan="PT5M"} 91` I have deployed this exporter on my...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Reference API : POST /subscriptions//metrics:getBatch?metricNamespace=&api-version=2023-03-01-preview Microsoft documentation for batch API to get metrics: https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/migrate-to-batch-api
@mblaschke We have an observability requirement, to fetch metrics from Azure resources and ingest the data to our centralized Platform. Endpoint used: /probe/metrics Input parameters: subscription, resourcetype and region. Number...
Are Microsoft.Storage/storageAccounts metrics supported with "Dimensions"? I've noticed in a blog post that metrics like azure_storage_storageaccounts_transactions_sum{responsetype="Success"} are being scraped and accessible. [Successful Transactions](https://docs.sysdig.com/en/docs/sysdig-monitor/integrations/integration-library/cloud-integrations/azure-integrations/azure-storage-accounts/#successful-transactions) Currently using: `tag: 22.8.0` The documentation indicates...
possible to "change" the metricsFilter to put the filtered dimension value also as dedicated "key-value pair" ex. metricFilter: `["HttpStatusGroup eq '*'","BackendPool eq '*'"]` actual result is like ``` - azure_metrics_name{aggregation="average",...
Hi there, I have successfully configured jobs to get metrics from Frontdoor or App Service but when trying to get metrics from Backup Vault, they simply aren't shown. I generated...
https://learn.microsoft.com/azure/active-directory/fundamentals/new-name All the parameters, comments, docs, etc, should be updated to follow the new guidance.
If azure-metrics-exporter is under high pressure it could be possible that the names of subscriptions (which seems to be a cache) gets invalid and unable to refresh.