Skip to content

Commit

Permalink
Fix metadata.csv entries (#19650)
Browse files Browse the repository at this point in the history
* Fix metadata.csv entries

* fix

* fix
  • Loading branch information
AlexandreYang authored Feb 19, 2025
1 parent 73b6ab7 commit 535fcc7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions network_path/metadata.csv
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,sample_tags
datadog.network_path.check_duration,gauge,,second,,"The duration of a check run in seconds. The time needed for the network_path integration to traceroute one endpoint, including time to collect snmp data, processing and submitting metrics/events/etc.",0,network_path,,,
datadog.network_path.check_interval,gauge,,second,,The interval between check runs in seconds. The time delta between current check run and last check run.,0,network_path,,,
datadog.network_path.collector.flush.duration.95percentile,gauge,,second,,Duration of flush.,0,network_path,,,
datadog.network_path.collector.flush.duration.avg,gauge,,second,,Duration of flush.,0,network_path,,,
datadog.network_path.collector.flush.duration.count,rate,,second,,Duration of flush.,0,network_path,,,
datadog.network_path.collector.flush.duration.max,gauge,,second,,Duration of flush.,0,network_path,,,
datadog.network_path.collector.flush.duration.median,gauge,,second,,Duration of flush.,0,network_path,,,
datadog.network_path.collector.flush.interval.95percentile,gauge,,second,,Interval between flush.,0,network_path,,,
datadog.network_path.collector.flush.interval.avg,gauge,,second,,Interval between flush.,0,network_path,,,
datadog.network_path.collector.flush.interval.count,rate,,second,,Interval between flush.,0,network_path,,,
datadog.network_path.collector.flush.interval.max,gauge,,second,,Interval between flush.,0,network_path,,,
datadog.network_path.collector.flush.interval.median,gauge,,second,,Interval between flush.,0,network_path,,,
datadog.network_path.collector.flush.duration,rate,,second,,Duration of flush.,0,network_path,,,
datadog.network_path.collector.flush.interval,gauge,,second,,Interval between flush.,0,network_path,,,
datadog.network_path.collector.flush.pathtest_count,rate,,,,Number of flushed pathtest.,0,network_path,,,
datadog.network_path.collector.flush.pathtest_dropped,rate,,,,Number of dropped pathtest.,0,network_path,,,
datadog.network_path.collector.flush.pathtest_processed,rate,,,,Number of processed pathtest.,0,network_path,,,
Expand All @@ -22,9 +14,17 @@ datadog.network_path.collector.schedule.duration,gauge,,second,,Duration of the
datadog.network_path.collector.schedule.pathtest_count,rate,,,,Number of pathtest to scheduled.,0,network_path,,,
datadog.network_path.collector.schedule.pathtest_dropped,rate,,,,Number of pathtest dropped during scheduling.,0,network_path,,,
datadog.network_path.collector.schedule.pathtest_processed,rate,,,,Number of pathtest processed during scheduling.,0,network_path,,,
datadog.network_path.collector.worker.pathtest_interval,gauge,,second,,Interval between pathtest runs.,0,network_path,,,
datadog.network_path.collector.worker.pathtest_interval.95percentile,gauge,,second,,Interval between pathtest runs.,0,network_path,,,
datadog.network_path.collector.worker.pathtest_interval.avg,gauge,,second,,Interval between pathtest runs.,0,network_path,,,
datadog.network_path.collector.worker.pathtest_interval.count,gauge,,second,,Interval between pathtest runs.,0,network_path,,,
datadog.network_path.collector.worker.pathtest_interval.max,gauge,,second,,Interval between pathtest runs.,0,network_path,,,
datadog.network_path.collector.worker.pathtest_interval.median,gauge,,second,,Interval between pathtest runs.,0,network_path,,,
datadog.network_path.collector.worker.pathtest_processed,rate,,,,Number of dropped processed,0,network_path,,,
datadog.network_path.collector.worker.task_duration,gauge,,second,,Duration of a worker task.,0,network_path,,,
datadog.network_path.collector.worker.task_duration.95percentile,gauge,,second,,Duration of a worker task.,0,network_path,,,
datadog.network_path.collector.worker.task_duration.avg,gauge,,second,,Duration of a worker task.,0,network_path,,,
datadog.network_path.collector.worker.task_duration.count,gauge,,second,,Duration of a worker task.,0,network_path,,,
datadog.network_path.collector.worker.task_duration.max,gauge,,second,,Duration of a worker task.,0,network_path,,,
datadog.network_path.collector.worker.task_duration.median,gauge,,second,,Duration of a worker task.,0,network_path,,,
datadog.network_path.collector.workers,gauge,,,,The number of workers used to process pathtests concurrently.,0,network_path,,,
datadog.network_path.path.hops,gauge,,,,The number of hops of the collected pathtrace (traceroute).,0,network_path,,,
datadog.network_path.path.monitored,gauge,,,,Paths monitored count. Make 'sum by {X}' queries to count all the Paths with the tag X,0,network_path,,,
Expand Down

0 comments on commit 535fcc7

Please sign in to comment.