Skip to content

Commit a3876a2

Browse files
authored
[agent_metrics] Fill in metadata.csv descriptions (DataDog#23571)
* Fill in metadata.csv descriptions Populate empty descriptions for datadog.agent.python.version, datadog.agent.running, and datadog.agent.started, sourced from https://docs.datadoghq.com/getting_started/agent/#agent-metrics * Refine metadata.csv descriptions * Address review: natural language tags and uniform quoting
1 parent 2e5bf09 commit a3876a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

agent_metrics/metadata.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric
2-
datadog.agent.python.version,gauge,,,,,0,agent_metrics,py version,
3-
datadog.agent.running,gauge,,,,,0,agent_metrics,running,
4-
datadog.agent.started,count,,,,,0,agent_metrics,started,
2+
datadog.agent.python.version,gauge,,,,"A value of 1, tagged with the Python version.",0,agent_metrics,py version,
3+
datadog.agent.running,gauge,,,,"A value of 1 if the Agent is running and reporting to Datadog, tagged with the Agent version.",0,agent_metrics,running,
4+
datadog.agent.started,count,,,,"A count of 1 each time the Agent starts.",0,agent_metrics,started,

0 commit comments

Comments
 (0)