admin管理员组文章数量:1123157
hello… I’m trying to setup prometheus.exporter.azure and whilst it all looks happy and healthy I’m not getting anything coming through to my mimir instance.
I’ve added a relabel to be able to debug what is coming out of the block and all I see is this:
{__name__="up", instance="xxx", job="integrations/azure"} => {__name__="up", instance="xxx", job="integrations/azure"}
{__name__="scrape_duration_seconds", instance="xxx", job="integrations/azure"} => {}
{__name__="scrape_samples_scraped", instance="xxx", job="integrations/azure"} => {}
{__name__="scrape_samples_post_metric_relabeling", instance="xxx", job="integrations/azure"} => {}
{__name__="scrape_series_added", instance="xxx", job="integrations/azure"} => {}
This is my config:
prometheus.exporter.azure "saas" {
subscriptions = [
"xxx",
]
resource_type = "Microsoft.Storage/storageAccounts"
regions = [
"northeurope",
"westeurope",
"eastus2",
"centralus",
]
metrics = [
"Transactions",
]
timespan = "PT1M"
}
prometheus.relabel "saas" {
forward_to = [prometheus.remote_write.mimir.receiver]
}
prometheus.scrape "saas" {
targets = prometheus.exporter.azure.saas.targets
forward_to = [prometheus.relabel.saas.receiver]
}
I’m wondering if its an authentication problem, all the docs have is here: .exporter.azure/#authentication and just says its needed, but there aren’t any examples on how to provide the details - what am I missing? Is there an example anywhere?
The only way I can provoke any sort of output is if I ask for a metric doesn’t exist, I don’t know if that happens if authenticated or not.
本文标签: grafanaAlloy prometheusexporterazure finds nothingStack Overflow
版权声明:本文标题:grafana - Alloy prometheus.exporter.azure finds nothing - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736551503a1944516.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论