-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
New component: Azure Monitor receiver #18899
Comments
Thanks @altuner ! Are you affiliated with the vendor? |
@atoulme no affiliation with azure |
I'm happy to sponsor this component @altuner. Just a couple of questions:
Just confirming here, the
What would the values for |
@codeboten thanks for accepting.
|
It’d be nice to have more granular controls. As a user I’d like to at least be able to specify which services I’d like metrics from, and if possible control over what specific metrics that service sends. The specific metrics is more of a nice to have. |
Is there a working example of this? Even with debug level telemtry and detailed verbosity on the local logging exporter, i can't ever see this receiver doing anything in my tests. I'm sure this is misconfiguration on my part, but i can't find any info on how this is used or any logs it produces when trying to scrape the azure APIs. |
The Azure Monitor receiver was first released in the contrib distribution of the collector in [`v0.76.3`](https://github.com/open-telemetry/opentelemetry-collector-releases/pull/327/files), as a new component proposed in #18899. **Please note:** This PR is merely a suggestion to get feedback from code owners. Is there a reason this is still considered to be `development` stability? Do we think it meets the `alpha` criteria? Stability definitions can be found [here](https://github.com/open-telemetry/opentelemetry-collector?tab=readme-ov-file#stability-levels).
The purpose and use-cases of the new component
The new receiver would allow to collect Azure Monitor metrics per a subscription/resource group(s) by using Azure REST API.
Example configuration for the component
Telemetry data types supported
Metrics
Is this a vendor-specific component?
Sponsor (optional)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: