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
receiver/azuremonitor
Azure monitor receiver has gaps in metrics when collecting PT1M metrics with 1 minute interval. It results in data points lost.
Configure Azure Monitor receiver to fetch any Azure metric with PT1M time grain
Metrics received for every minute without gaps: for 60 minutes receive 60 data points.
Some metrics are lost, for 60 minutes interval it collects roufly 40..45 data points.
v0.117.0
OS: (e.g., "Ubuntu 20.04") Compiler(if manually compiled): (e.g., "go 14.2")
exporters: debug: verbosity: detailed processors: filter/azuremonitor/eventhub: error_mode: ignore metrics: metric: - 'not name == "azure_incomingmessages_total"' receivers: azuremonitor/eventhub: subscription_id: "${env:AM_SUBSCRIPTION_ID}" tenant_id: "${env:AM_TENANT_ID}" client_id: "${env:AM_SP_CLIENT_ID}" client_secret: "${env:AM_SP_CLIENT_SECRET}" collection_interval: 1m initial_delay: 1s resource_groups: - ${env:AM_RESOURCE_GROUP} services: - microsoft.eventhub/namespaces service: pipelines: metrics: exporters: - debug processors: - filter/azuremonitor/eventhub receivers: - azuremonitor/eventhub
No response
The text was updated successfully, but these errors were encountered:
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Component(s)
receiver/azuremonitor
What happened?
Description
Azure monitor receiver has gaps in metrics when collecting PT1M metrics with 1 minute interval. It results in data points lost.
Steps to Reproduce
Configure Azure Monitor receiver to fetch any Azure metric with PT1M time grain
Expected Result
Metrics received for every minute without gaps: for 60 minutes receive 60 data points.
Actual Result
Some metrics are lost, for 60 minutes interval it collects roufly 40..45 data points.
Collector version
v0.117.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: