azure-metrics-exporter
azure-metrics-exporter copied to clipboard
Azure Monitor metrics exporter for Prometheus with dimension support, template engine and ServiceDiscovery
Bumps the all-go-mod-patch-and-minor group with 1 update: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Updates `github.com/prometheus/client_golang` from 1.20.3 to 1.20.4 Release notes Sourced from github.com/prometheus/client_golang's releases. v1.20.4 [BUGFIX] histograms: Fix a possible data race when appending...
Hello @mblaschke , Is there a way to get all the dimensions of the azure metrics? Let's take the example of load balancer. ...
Hi, I am trying to get azure metrics exporter running in our kubernetes cluster with workload identity. I created a local repository from helm using ``` helm pull webdevops/azure-metrics-exporter --untar...
The Prometheus eco-system recently implements a logic to auto-detect memory limits from cgroups and set GOMEMLIMIT based on the limits. As I know, they are using https://github.com/KimMachineGun/automemlimit
Hi @mblaschke and team, I am able to fetch the metrics successfully from azure using the azure_metrics_exporter. Issue: I cross-checked the incoming metrics in our platform with the metrics in...
**Description** This pull request introduces detailed logging for each handler. The primary goal is to enhance the observability and traceability of the application's behavior by providing comprehensive logs for each...
#### Description I encountered an issue while using **azure-metrics-exporter** for Cosmos DB where specific metrics work correctly when queried individually but fail to provide a response when queried together in...
Hello, I have encountered an issue with the way new label dimensions are created in the azure-metrics-exporter. The current implementation uses the following code: `labelName := "dimension" + stringsCommon.UppercaseFirst(dimensionName)` This...
Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [go.uber.org/zap/exp](https://github.com/uber-go/zap). Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.14.0 to 1.16.0 Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases. sdk/azcore/v1.16.0 1.16.0 (2024-10-17)...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.31.0. Commits b4f1988 ssh: make the public key cache a 1-entry FIFO cache 7042ebc openpgp/clearsign: just use rand.Reader in tests 3e90321 go.mod: update golang.org/x dependencies...