We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2959c01 commit 3be7291Copy full SHA for 3be7291
framework/observability/compose/scripts/sd-merge.sh
@@ -2,6 +2,7 @@
2
# sd-merge.sh
3
# Discover Docker containers by label, fetch each container's /discovery JSON,
4
# add labels (container_name, scrape_path), merge + dedupe, and write a single file_sd JSON.
5
+# TODO: This script should be removed once we convert the prom metrics to OTEL
6
7
set -Eeuo pipefail
8
0 commit comments