mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
The textfile collector will now provide a unified metric description (that will look like "Metric read from file/a.prom, file/b.prom") for metrics collected accross several text-files that don't already have a description. Also change the error handling in the textfile collector tests to ContinueOnError to better mirror the real-life use-case. Signed-off-by: Guillaume Espanel <guillaume.espanel.ext@ovhcloud.com> Signed-off-by: Guillaume Espanel <guillaume.espanel.ext@ovhcloud.com> |
||
|---|---|---|
| .. | ||
| client_side_timestamp | ||
| different_metric_types | ||
| histogram | ||
| histogram_extra_dimension | ||
| inconsistent_metrics | ||
| metrics_merge_different_help | ||
| metrics_merge_empty_help | ||
| metrics_merge_no_help | ||
| metrics_merge_same_help | ||
| no_metric_files | ||
| summary | ||
| summary_extra_dimension | ||
| two_metric_files | ||
| client_side_timestamp.out | ||
| different_metric_types.out | ||
| glob_extra_dimension.out | ||
| histogram.out | ||
| histogram_extra_dimension.out | ||
| inconsistent_metrics.out | ||
| metrics_merge_different_help.out | ||
| metrics_merge_empty_help.out | ||
| metrics_merge_no_help.out | ||
| metrics_merge_same_help.out | ||
| no_metric_files.out | ||
| nonexistent_path.out | ||
| summary.out | ||
| summary_extra_dimension.out | ||
| two_metric_files.out | ||