File tree 12 files changed +20
-13
lines changed
2022/debug-otel-with-otel
12 files changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ content/en/docs/zero-code/go @open-telemetry/docs-approvers @open-te
45
45
content /en /docs /zero-code /java / @ open-telemetry/docs-approvers @ open-telemetry/java-approvers @ open-telemetry/java-instrumentation-approvers
46
46
content /en /docs /zero-code /js / @ open-telemetry/docs-approvers @ open-telemetry/javascript-approvers
47
47
content /en /docs /zero-code /net / @ open-telemetry/docs-approvers @ open-telemetry/dotnet-approvers @ open-telemetry/dotnet-instrumentation-approvers
48
+ content /en /docs /zero-code /python / @ open-telemetry/docs-approvers @ open-telemetry/python-approvers
48
49
content /en /docs /zero-code /php / @ open-telemetry/docs-approvers @ open-telemetry/php-approvers
49
50
content /en /ecosystem /demo / @ open-telemetry/demo-approvers @ open-telemetry/demo-approvers
50
51
content /zh / @ open-telemetry/docs-maintainers @ open-telemetry/docs-zh-approvers
Original file line number Diff line number Diff line change @@ -261,4 +261,4 @@ COPY opentelemetry_module.conf /etc/nginx/conf.d
261
261
https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.1
262
262
[java] :
263
263
/docs/zero-code/java/agent/configuration/#capturing-http-request-and-response-headers
264
- [python] : /docs/languages /python/automatic /
264
+ [python] : /docs/zero-code /python/
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ agent to the host metrics receiver for infrastructure monitoring.
190
190
maturing in OTel; for example, the Java JAR agent takes care of instrumenting
191
191
[ most libraries] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#libraries--frameworks )
192
192
that are used by applications. Auto-instrumentation is also available for
193
- [ Python] ( /docs/languages /python/automatic / ) , [ .NET] ( /docs/zero-code/net/ ) , and
193
+ [ Python] ( /docs/zero-code /python/ ) , [ .NET] ( /docs/zero-code/net/ ) , and
194
194
[ Node.js] ( /docs/zero-code/js/ ) .
195
195
- If you’re using Kubernetes, they can use the
196
196
[ OTel operator] ( https://github.com/open-telemetry/opentelemetry-operator ) ,
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ Automatic instrumentation is available for the following languages:
49
49
- [ Java] ( /docs/zero-code/java/ )
50
50
- [ JavaScript] ( /docs/zero-code/js/ )
51
51
- [ PHP] ( /docs/zero-code/php/ )
52
- - [ Python] ( /docs/languages /python/automatic / )
52
+ - [ Python] ( /docs/zero-code /python/ )
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ spec:
404
404
405
405
# ### Learn more {#python-learn-more}
406
406
407
- [See the Python agent Configuration docs for more details.](/docs/languages /python/automatic /configuration/#disabling-specific-instrumentations)
407
+ [See the Python agent Configuration docs for more details.](/docs/zero-code /python/configuration/#disabling-specific-instrumentations)
408
408
409
409
# ## Go
410
410
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ flask run -p 8080
83
83
84
84
## Instrumentation
85
85
86
- Automatic instrumentation will generate telemetry data on your behalf. There are
86
+ Zero-code instrumentation will generate telemetry data on your behalf. There are
87
87
several options you can take, covered in more detail in
88
- [ Automatic Instrumentation] ( ../automatic /) . Here we'll use the
88
+ [ Zero-code Instrumentation] ( /docs/zero-code/python /) . Here we'll use the
89
89
` opentelemetry-instrument ` agent.
90
90
91
91
Install the ` opentelemetry-distro ` package, which contains the OpenTelemetry
@@ -814,8 +814,8 @@ Value: 1
814
814
## Next steps
815
815
816
816
There are several options available for automatic instrumentation and Python.
817
- See [ Automatic Instrumentation] ( ../automatic/ ) to learn about them and how to
818
- configure them.
817
+ See [ Zero-code Instrumentation] ( /docs/zero-code/python/ ) to learn about them and
818
+ how to configure them.
819
819
820
820
There's a lot more to manual instrumentation than just creating a child span. To
821
821
learn details about initializing manual instrumentation and many more parts of
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ You might also want to configure an appropriate exporter to
104
104
telemetry backends.
105
105
106
106
You can also check the
107
- [ automatic instrumentation for Python] ( /docs/languages /python/automatic ) .
107
+ [ Zero-code instrumentation for Python] ( /docs/zero-code /python/ ) .
108
108
109
109
[ opentelemetry-python-contrib] :
110
110
https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation#readme
Original file line number Diff line number Diff line change 1
1
---
2
- title : Automatic Instrumentation
3
- linkTitle : Automatic
2
+ title : Python zero-code instrumentation
3
+ linkTitle : Python
4
4
weight : 30
5
+ aliases : [/docs/languages/python/automatic]
5
6
# prettier-ignore
6
7
cSpell:ignore : devel distro mkdir myapp pyproject uninstrumented virtualenv Werkzeug
7
8
---
Original file line number Diff line number Diff line change 2
2
title : Agent Configuration
3
3
linkTitle : Configuration
4
4
weight : 10
5
- aliases : [agent-config]
5
+ aliases :
6
+ - /docs/languages/python/automatic/configuration
7
+ - /docs/languages/python/automatic/agent-config
6
8
# prettier-ignore
7
9
cSpell:ignore : distro healthcheck mkdir myapp Starlette uninstrumented urllib virtualenv
8
10
---
@@ -119,7 +121,7 @@ outputted.
119
121
warning)
120
122
- ` OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED ` : to enable
121
123
auto-instrumentation of logs. Attaches OTLP handler to Python root logger. See
122
- example [ here] ( /docs/languages /python/automatic /logs-example )
124
+ example [ here] ( /docs/zero-code /python/logs-example )
123
125
124
126
Examples:
125
127
Original file line number Diff line number Diff line change 2
2
title : Auto-Instrumentation Example
3
3
linkTitle : Example
4
4
weight : 20
5
+ aliases : [/docs/languages/python/automatic/example]
5
6
# prettier-ignore
6
7
cSpell:ignore : distro instrumentor mkdir MSIE Referer Starlette uninstrumented venv werkzeug
7
8
---
Original file line number Diff line number Diff line change 2
2
title : Logs Auto-Instrumentation Example
3
3
linkTitle : Logs Example
4
4
weight : 20
5
+ aliases : [/docs/languages/python/automatic/logs-example]
5
6
# prettier-ignore
6
7
cSpell:ignore : distro instrumentor mkdir MSIE Referer Starlette uninstrumented virtualenv
7
8
---
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Using the OpenTelemetry Operator to Inject Auto-Instrumentation
3
3
linkTitle : Operator
4
+ aliases : [/docs/languages/python/automatic/operator]
4
5
weight : 30
5
6
cSpell:ignore : distro mkdir uninstrumented virtualenv
6
7
---
You can’t perform that action at this time.
0 commit comments