From ce60bf35b1f3001e834bb9c42974389373f672c5 Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Mon, 15 Apr 2024 21:33:07 -0700 Subject: [PATCH] [chore] [receiver/receivercreator] Fix a README example config --- receiver/receivercreator/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/receiver/receivercreator/README.md b/receiver/receivercreator/README.md index 61ceb6cbc51f..6356e252983c 100644 --- a/receiver/receivercreator/README.md +++ b/receiver/receivercreator/README.md @@ -310,7 +310,6 @@ receivers: - container - pod - node - receivers: httpcheck: # Configure probing if standard prometheus annotations are set on the pod. rule: type == "k8s.service" && annotations["prometheus.io/probe"] == "true"