Commit 742594f 1 parent fb75872 commit 742594f Copy full SHA for 742594f
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ start:
131
131
@echo " Go to http://localhost:8080/jaeger/ui for the Jaeger UI."
132
132
@echo " Go to http://localhost:8080/grafana/ for the Grafana UI."
133
133
@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."
134
135
135
136
.PHONY : start-minimal
136
137
start-minimal :
@@ -141,6 +142,7 @@ start-minimal:
141
142
@echo " Go to http://localhost:8080/jaeger/ui for the Jaeger UI."
142
143
@echo " Go to http://localhost:8080/grafana/ for the Grafana UI."
143
144
@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."
144
146
145
147
# Observabilty-Driven Development (ODD)
146
148
.PHONY : start-odd
@@ -153,6 +155,7 @@ start-odd:
153
155
@echo " Go to http://localhost:8080/grafana/ for the Grafana UI."
154
156
@echo " Go to http://localhost:8080/loadgen/ for the Load Generator UI."
155
157
@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."
156
159
157
160
.PHONY : stop
158
161
stop :
You can’t perform that action at this time.
0 commit comments