File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
samples/instrumentation-quickstart Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# OpenTelemetry Python instrumentation example
2
2
3
- ** This example is under development, and does not currently work**
4
-
5
- This sample is a Python application instrumented with TODO. This is a python version
3
+ This sample is a Python application instrumented with OpenTelemetry. This is a python version
6
4
of [ this golang
7
5
sample] ( https://github.com/GoogleCloudPlatform/golang-samples/tree/main/opentelemetry/instrumentation ) .
8
6
It uses docker compose to run the application and send it some requests.
@@ -85,4 +83,4 @@ After a successful run of the example, you can see the generated metrics in the
85
83
Similarly, to view the generated traces in the GCP console, use the Trace Explorer.
86
84
87
85
[ auth_command ] : https://cloud.google.com/sdk/gcloud/reference/beta/auth/application-default/login
88
- [ ADC ] : https://cloud.google.com/docs/authentication/application-default-credentials
86
+ [ ADC ] : https://cloud.google.com/docs/authentication/application-default-credentials
You can’t perform that action at this time.
0 commit comments