-
Notifications
You must be signed in to change notification settings - Fork 460
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
[Azure] [container_registry] Incorrect azure.timegrain
field value
#7162
Comments
yeh this looks like a bug somewhere, we'll look into it. |
@tetianakravchenko, I am running some tests on this case to understand better what's going on. First, the behavior of getting PT1H metrics every 5 minutes with 1 hour of delay is, unfortunately, a side effect of how the metricset works. It's an issue because it collects more metrics than needed but is less problematic. Second, the Can you share more about your settings (integration options, Agent, and stack versions)? |
I would create a different issue for this problem for two reasons:
This is a different angle to the same problem that's causing the one-hour delay on the metrics with PT1H time grain. What about creating an issue related to PT1H time grain problems? WDYT? |
No worries, I trust your assessment even if you can't find a screenshot. I need your help to reproduce the issue. |
container_registry:
correct timegrain value for
storage_used
metric should be1H
- https://github.com/elastic/integrations/blob/main/packages/azure_metrics/data_stream/container_registry/agent/stream/stream.yml.hbs#L47-L49, bu it is a5M
for some reasonthis metric is actually reported, but in unexpected way:
it reported with delay 1h, each 5min:
It seems to be wrong
cc @tommyers-elastic @zmoog
The text was updated successfully, but these errors were encountered: