-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Network metrics: drop
container_name
label (#95)
I made a mistake in #81, incorrectly determining that network stats were scoped to containers as well as network interfaces. They are not, in spite of being laid out that way in the API response. And my tests consisted only of ECS tasks with a single container. (The stats for a single network interface _can_ vary slightly among different containers within a single task stats API response, but I believe that's only due to the ECS agent querying the stats from docker for each container at slightly different times.) So, there is a fully redundant label dimension right now. Remove it. Signed-off-by: Ian Kerins <[email protected]>
- Loading branch information
Showing
2 changed files
with
64 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters