You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experiments with the awsecscontainermetrics receiver I didn't see the attributes aws.ecs.container.finished_at and aws.ecs.container.exit_code being generated. Looking at the respective code it seems that they can be generated depending on the time of the query. I would like a confirmation if they can be generated in practice or not. The README.md should be updated to clarify the expected behavior for these attributes.
Three other attributes that called my attention are
by my experiments they are fixed per ECS task and container id (for container metrics) but it will be good to have that confirmed. Example: if it is possible, depending on timing, that pull_stopped_at is not set yet while all others are then this can mean 2 distinct timeseries for many systems (at least for a while).
The text was updated successfully, but these errors were encountered:
Component(s)
receiver/awsecscontainermetrics
Describe the issue you're reporting
In my experiments with the
awsecscontainermetrics
receiver I didn't see the attributesaws.ecs.container.finished_at
andaws.ecs.container.exit_code
being generated. Looking at the respective code it seems that they can be generated depending on the time of the query. I would like a confirmation if they can be generated in practice or not. The README.md should be updated to clarify the expected behavior for these attributes.Three other attributes that called my attention are
by my experiments they are fixed per ECS task and container id (for container metrics) but it will be good to have that confirmed. Example: if it is possible, depending on timing, that
pull_stopped_at
is not set yet while all others are then this can mean 2 distinct timeseries for many systems (at least for a while).The text was updated successfully, but these errors were encountered: