From b9b3261afc672579bc94c5a458f02ce60ccb06c5 Mon Sep 17 00:00:00 2001 From: Daniel Kuiper <44123852+kuiperda@users.noreply.github.com> Date: Thu, 12 Oct 2023 22:59:43 +0000 Subject: [PATCH] [chore] [receiver/mysqlreceiver] Update readme (#27656) **Description:** It's not obvious from the readme that you won't get all metrics listed in metadata by default. Suggest small doc update to make it clearer. **Link to tracking Issue:** **Testing:** Observed with running collector. **Documentation:** See above. --------- Co-authored-by: Daniel Jaglowski Co-authored-by: Curtis Robert <92119472+crobert-1@users.noreply.github.com> --- receiver/mysqlreceiver/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/receiver/mysqlreceiver/README.md b/receiver/mysqlreceiver/README.md index 6e0b136feebe..0a53cffaddac 100644 --- a/receiver/mysqlreceiver/README.md +++ b/receiver/mysqlreceiver/README.md @@ -16,6 +16,9 @@ This receiver queries MySQL's global status and InnoDB tables. +Some metrics will not appear if their corresponding feature is inactive. +There are also optional metrics that you must specify in your configuration to collect, listed in [documentation.md](./documentation.md) + ## Prerequisites This receiver supports MySQL version 8.0