Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
telegraf-nftables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Due to inactivity, this project is scheduled to be deleted on 2035-04-24.
Why is this scheduled?
Show more breadcrumbs
vqgroup
telegraf-nftables
Commits
61d681a7
Commit
61d681a7
authored
8 years ago
by
Cameron Sparr
Browse files
Options
Downloads
Patches
Plain Diff
docker changelog update
parent
7828bc09
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+3
-2
3 additions, 2 deletions
CHANGELOG.md
with
3 additions
and
2 deletions
CHANGELOG.md
+
3
−
2
View file @
61d681a7
...
...
@@ -5,8 +5,9 @@
will now be a field, and be called container_id. Additionally, cont_image and
cont_name are being renamed to container_image and container_name.
-
**Breaking Change**
: docker plugin measurements. The
`docker_cpu`
,
`docker_mem`
,
and
`docker_net`
measurements are being renamed to
`docker_container_cpu`
,
`docker_container_mem`
, and
`docker_container_net`
. Why? Because these metrics are
`docker_blkio`
and
`docker_net`
measurements are being renamed to
`docker_container_cpu`
,
`docker_container_mem`
,
`docker_container_blkio`
and
`docker_container_net`
. Why? Because these metrics are
specifically tracking per-container stats. The problem with per-container stats,
in some use-cases, is that if containers are short-lived AND names are not
kept consistent, then the series cardinality will balloon very quickly.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment