From a69720ae1d79304a9b4c27eb0d101a2cd6d51b84 Mon Sep 17 00:00:00 2001 From: Sam DeHaan Date: Wed, 4 Jun 2025 19:14:51 -0400 Subject: [PATCH] docs: fix typo in dns docs subcollector name (#2073) --- docs/collector.dns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/collector.dns.md b/docs/collector.dns.md index 766c36d4..bfa2bed2 100644 --- a/docs/collector.dns.md +++ b/docs/collector.dns.md @@ -15,7 +15,7 @@ Enabled by default (error stats)? | Yes | Name | Description -----|------------ -`collector.dns.enabled` | Comma-separated list of collectors to use. Available collectors: `metrics`, `error_stats`. Defaults to all collectors if not specified. +`collector.dns.enabled` | Comma-separated list of collectors to use. Available collectors: `metrics`, `wmi_stats`. Defaults to all collectors if not specified. ## Metrics @@ -95,4 +95,4 @@ windows_dns_wmi_stats_total{collection_name="Error Stats",dns_server="EC2AMAZ-5N _This collector does not yet have any useful queries added, we would appreciate your help adding them!_ ## Alerting examples -_This collector does not yet have alerting examples, we would appreciate your help adding them!_ \ No newline at end of file +_This collector does not yet have alerting examples, we would appreciate your help adding them!_