Skip to content

Unit of measure is missing for metrics endpoints #19642

Open
@embcla

Description

@embcla

Is this a docs issue?

  • My issue is about the documentation content or website

Type of issue

I can't find what I'm looking for

Description

I'm looking for the unit of measure used by many metrics endpoints exposed by the docker engine and used my metric streaming components like telegraf.

In telegraf's own documentation, here you can see an example

docker_container_cpu

tags:
engine_host
server_version
container_image
container_name
container_status
container_version
cpu
fields:
throttling_periods
throttling_throttled_periods
throttling_throttled_time
usage_in_kernelmode
usage_in_usermode
usage_system
usage_total
usage_percent
container_id

these usages are all missing their unit of measure, and when I query the DB I get numbers I can't make sense of.
I then looked into the docker engine api and I am more confused: the latest mention of the usage_in_usermode endpoint is in v1.24, I couldn't find any mention in any more recent version.

And even in 1.24 docs, there is no mention of the unit of measure.

Maybe I anm missing something obvious here?

Location

https://docs.docker.com/engine/api/v1.24/

Suggestion

Create a specific page for metrics with all endpoints and their unit of measure

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions