Skip to content

Commit 742594f

Browse files
Add link to feature flags docs (open-telemetry#1523)
Co-authored-by: Austin Parker <austin@ap2.io>
1 parent fb75872 commit 742594f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ start:
131131
@echo "Go to http://localhost:8080/jaeger/ui for the Jaeger UI."
132132
@echo "Go to http://localhost:8080/grafana/ for the Grafana UI."
133133
@echo "Go to http://localhost:8080/loadgen/ for the Load Generator UI."
134+
@echo "Go to https://opentelemetry.io/docs/demo/feature-flags/ to learn how to change feature flags."
134135

135136
.PHONY: start-minimal
136137
start-minimal:
@@ -141,6 +142,7 @@ start-minimal:
141142
@echo "Go to http://localhost:8080/jaeger/ui for the Jaeger UI."
142143
@echo "Go to http://localhost:8080/grafana/ for the Grafana UI."
143144
@echo "Go to http://localhost:8080/loadgen/ for the Load Generator UI."
145+
@echo "Go to https://opentelemetry.io/docs/demo/feature-flags/ to learn how to change feature flags."
144146

145147
# Observabilty-Driven Development (ODD)
146148
.PHONY: start-odd
@@ -153,6 +155,7 @@ start-odd:
153155
@echo "Go to http://localhost:8080/grafana/ for the Grafana UI."
154156
@echo "Go to http://localhost:8080/loadgen/ for the Load Generator UI."
155157
@echo "Go to http://localhost:11633/ for the Tracetest Web UI."
158+
@echo "Go to https://opentelemetry.io/docs/demo/feature-flags/ to learn how to change feature flags."
156159

157160
.PHONY: stop
158161
stop:

0 commit comments

Comments
 (0)