A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/open-telemetry/opentelemetry.io/commit/06837fe15457a584f6a9e09579be0f0400593d57 below:

[IA] Rename /docs/instrumentation to /docs/languages, and Manual subp… · open-telemetry/opentelemetry.io@06837fe · GitHub

Expand file treeCollapse file tree 168 files changed

+430

-438

lines changed Original file line number Diff line number Diff line change

@@ -9,8 +9,8 @@ IgnoreDirs:

9 9

- ^blog/(\d+/)?page/\d+

10 10

IgnoreInternalURLs: # list of paths

11 11

IgnoreURLs: # list of regexs of paths or URLs to be ignored

12 -

- ^/docs/instrumentation/\w+/(api|examples)/$

13 -

- ^/docs/instrumentation/net/(metrics-api|traces-api)/

12 +

- ^/docs/languages/\w+/(api|examples)/$

13 +

- ^/docs/languages/net/(metrics-api|traces-api)/

14 14

- ^/community/end-user/feedback-survey/$

15 15

- ^(/docs/migration/)?opencensus/$

16 16 Original file line number Diff line number Diff line change

@@ -47,7 +47,7 @@ generate, collect, and export telemetry data (metrics, logs, and traces) to help

47 47

you analyze your software's performance and behavior.

48 48 49 49

> OpenTelemetry is **generally available** across

50 -

> [several languages](/docs/instrumentation/) and is suitable for use.

50 +

> [several languages](/docs/languages/) and is suitable for use.

51 51 52 52

{{% /blocks/lead %}}

53 53 Original file line number Diff line number Diff line change

@@ -261,5 +261,5 @@ COPY opentelemetry_module.conf /etc/nginx/conf.d

261 261

[v1.0.1 release of the otel-webserver-module]:

262 262

https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.1

263 263

[java]:

264 -

/docs/instrumentation/java/automatic/agent-config/#capturing-http-request-and-response-headers

265 -

[python]: /docs/instrumentation/python/automatic/

264 +

/docs/languages/java/automatic/agent-config/#capturing-http-request-and-response-headers

265 +

[python]: /docs/languages/python/automatic/

Original file line number Diff line number Diff line change

@@ -302,5 +302,5 @@ _A version of this article was [originally posted][] on the New Relic blog._

302 302

[otlp]: /docs/specs/otlp/

303 303

[opentelemetry-java]: https://github.com/open-telemetry/opentelemetry-java

304 304

[environment variable]: /docs/specs/otel/metrics/sdk_exporters/otlp/

305 -

[instrumentation]: /docs/instrumentation

305 +

[instrumentation]: /docs/languages

306 306

[github.com/open-telemetry]: https://github.com/open-telemetry

Original file line number Diff line number Diff line change

@@ -54,15 +54,15 @@ context.

54 54

The demo’s stack includes multiple microservices in different languages,

55 55

covering each of the following OTel-supported languages:

56 56 57 -

- [C++](/docs/instrumentation/cpp/)

58 -

- [.NET](/docs/instrumentation/net/)

59 -

- [Erlang/Elixir](/docs/instrumentation/erlang/)

60 -

- [Go](/docs/instrumentation/go/)

61 -

- [Node.js](/docs/instrumentation/js/)

62 -

- [PHP](/docs/instrumentation/php/)

63 -

- [Python](/docs/instrumentation/python/)

64 -

- [Ruby](/docs/instrumentation/ruby/)

65 -

- [Rust](/docs/instrumentation/rust/)

57 +

- [C++](/docs/languages/cpp/)

58 +

- [.NET](/docs/languages/net/)

59 +

- [Erlang/Elixir](/docs/languages/erlang/)

60 +

- [Go](/docs/languages/go/)

61 +

- [Node.js](/docs/languages/js/)

62 +

- [PHP](/docs/languages/php/)

63 +

- [Python](/docs/languages/python/)

64 +

- [Ruby](/docs/languages/ruby/)

65 +

- [Rust](/docs/languages/rust/)

66 66 67 67

Every microservice has a specific goal and can communicate with others by using

68 68

a global gRPC definition. Persistent information is saved into a PostgreSQL

Original file line number Diff line number Diff line change

@@ -159,7 +159,7 @@ find a channel for your language, feel free to start a discussion on the

159 159

[OpenTelemetry CNCF Slack channel](https://cloud-native.slack.com/archives/CJFCJHG4Q),

160 160

or on [GitHub](https://github.com/open-telemetry/community), like with

161 161

[this issue for OTel for Perl](https://github.com/open-telemetry/community/issues/828).

162 -

Please also check out [this page](/docs/instrumentation/other/) for more info.

162 +

Please also check out [this page](/docs/languages/other/) for more info.

163 163 164 164

#### 2- Python instrumentation

165 165 Original file line number Diff line number Diff line change

@@ -190,9 +190,9 @@ 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/instrumentation/python/automatic/),

194 -

[.NET](/docs/instrumentation/net/automatic/), and

195 -

[Node.js](/docs/instrumentation/js/automatic).

193 +

[Python](/docs/languages/python/automatic/),

194 +

[.NET](/docs/languages/net/automatic/), and

195 +

[Node.js](/docs/languages/js/automatic).

196 196

- If you’re using Kubernetes, they can use the

197 197

[OTel operator](https://github.com/open-telemetry/opentelemetry-operator),

198 198

which takes care of instrumentations for applications deployed on K8s. The

Original file line number Diff line number Diff line change

@@ -118,8 +118,7 @@ analysis.

118 118

### How do you generate traces?

119 119 120 120

To instrument their code, they configure the

121 -

[Node.js SDK](/docs/instrumentation/js/getting-started/nodejs/) and use a number

122 -

of

121 +

[Node.js SDK](/docs/languages/js/getting-started/nodejs/) and use a number of

123 122

[Node.js auto-instrumentation plug-ins](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node).

124 123

While the team is currently only using

125 124

[auto-instrumentation](/docs/specs/otel/glossary/#automatic-instrumentation) to

Original file line number Diff line number Diff line change

@@ -135,9 +135,9 @@ experience OpenTelemetry in action:

135 135

- Seeing structured logs, being able to correlate traces and logs, and emitting

136 136

metrics.

137 137

- Experiencing the benefits of

138 -

[context propagation](/docs/instrumentation/js/propagation/) – i.e. spans and

139 -

traces interacting across different operations to provide an end-to-end view

140 -

of a service call.

138 +

[context propagation](/docs/languages/js/propagation/) – i.e. spans and traces

139 +

interacting across different operations to provide an end-to-end view of a

140 +

service call.

141 141 142 142

### How did you promote OpenTelemetry across the organization?

143 143 Original file line number Diff line number Diff line change

@@ -473,7 +473,7 @@ check out the following resources:

473 473

[otel-logs-events]: /docs/specs/otel/logs/event-api/

474 474

[otel-semconv-logs]: /docs/specs/semconv/general/logs/

475 475

[otel-python-repo]: https://github.com/open-telemetry/opentelemetry-python

476 -

[otel-python]: /docs/instrumentation/python/

476 +

[otel-python]: /docs/languages/python/

477 477

[py-docs-logs]:

478 478

https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html

479 479

[py-docs-logs-example]:

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4