Skip to content

Commit 06837fe

Browse files
authored
[IA] Rename /docs/instrumentation to /docs/languages, and Manual subpages to Instrumentation (#3761)
1 parent 99c0d0e commit 06837fe

File tree

168 files changed

+430
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+430
-438
lines changed

.htmltest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ IgnoreDirs:
99
- ^blog/(\d+/)?page/\d+
1010
IgnoreInternalURLs: # list of paths
1111
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)/
1414
- ^/community/end-user/feedback-survey/$
1515
- ^(/docs/migration/)?opencensus/$
1616

content/en/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ generate, collect, and export telemetry data (metrics, logs, and traces) to help
4747
you analyze your software's performance and behavior.
4848

4949
> 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.
5151
5252
{{% /blocks/lead %}}
5353

content/en/blog/2022/debug-otel-with-otel/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,5 @@ COPY opentelemetry_module.conf /etc/nginx/conf.d
261261
[v1.0.1 release of the otel-webserver-module]:
262262
https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.1
263263
[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/

content/en/blog/2022/exponential-histograms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,5 @@ _A version of this article was [originally posted][] on the New Relic blog._
302302
[otlp]: /docs/specs/otlp/
303303
[opentelemetry-java]: https://github.com/open-telemetry/opentelemetry-java
304304
[environment variable]: /docs/specs/otel/metrics/sdk_exporters/otlp/
305-
[instrumentation]: /docs/instrumentation
305+
[instrumentation]: /docs/languages
306306
[github.com/open-telemetry]: https://github.com/open-telemetry

content/en/blog/2022/frontend-overhaul/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ context.
5454
The demo’s stack includes multiple microservices in different languages,
5555
covering each of the following OTel-supported languages:
5656

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/)
6666

6767
Every microservice has a specific goal and can communicate with others by using
6868
a global gRPC definition. Persistent information is saved into a PostgreSQL

content/en/blog/2023/end-user-discussions-01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ find a channel for your language, feel free to start a discussion on the
159159
[OpenTelemetry CNCF Slack channel](https://cloud-native.slack.com/archives/CJFCJHG4Q),
160160
or on [GitHub](https://github.com/open-telemetry/community), like with
161161
[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.
163163

164164
#### 2- Python instrumentation
165165

content/en/blog/2023/end-user-discussions-03.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ agent to the host metrics receiver for infrastructure monitoring.
190190
maturing in OTel; for example, the Java JAR agent takes care of instrumenting
191191
[most libraries](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#libraries--frameworks)
192192
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).
196196
- If you’re using Kubernetes, they can use the
197197
[OTel operator](https://github.com/open-telemetry/opentelemetry-operator),
198198
which takes care of instrumentations for applications deployed on K8s. The

content/en/blog/2023/end-user-q-and-a-01.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ analysis.
118118
### How do you generate traces?
119119

120120
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
123122
[Node.js auto-instrumentation plug-ins](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node).
124123
While the team is currently only using
125124
[auto-instrumentation](/docs/specs/otel/glossary/#automatic-instrumentation) to

content/en/blog/2023/end-user-q-and-a-02.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ experience OpenTelemetry in action:
135135
- Seeing structured logs, being able to correlate traces and logs, and emitting
136136
metrics.
137137
- 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.
141141

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

content/en/blog/2023/logs-collection/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ check out the following resources:
473473
[otel-logs-events]: /docs/specs/otel/logs/event-api/
474474
[otel-semconv-logs]: /docs/specs/semconv/general/logs/
475475
[otel-python-repo]: https://github.com/open-telemetry/opentelemetry-python
476-
[otel-python]: /docs/instrumentation/python/
476+
[otel-python]: /docs/languages/python/
477477
[py-docs-logs]:
478478
https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/logging/logging.html
479479
[py-docs-logs-example]:

content/en/blog/2023/otel-dotnet-auto-instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package that simplify the task of deploying and configuring the collection of
2020
telemetry. The automatic instrumentation is fully compatible with manual
2121
instrumentation in case you need to send custom spans or metrics.
2222

23-
To get started, [read the documentation](/docs/instrumentation/net/automatic) or
23+
To get started, [read the documentation](/docs/languages/net/automatic) or
2424
browse the
2525
[examples](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/tree/main/examples)
2626
for demonstrations of different instrumentation scenarios covered by the

content/en/blog/2023/otel-go-metrics-sdk-stable.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ of OpenTelemetry Go. Project stability guarantees now apply to the
1212
[go.opentelemetry.io/otel/sdk/metric](https://pkg.go.dev/go.opentelemetry.io/otel/sdk/metric)
1313
module.
1414

15-
To learn more check the
16-
[getting started](/docs/instrumentation/go/getting-started) and
17-
[manual metrics](/docs/instrumentation/go/manual#metrics) documentation.
15+
To learn more check the [getting started](/docs/languages/go/getting-started)
16+
and [manual metrics](/docs/languages/go/instrumentation#metrics) documentation.

content/en/blog/2023/otel-in-focus-02.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ have been released with several major changes to be aware of:
4444
for more information.
4545
- Many bugfixes and enhancements.
4646

47-
##### [Go](/docs/instrumentation/go/)
47+
##### [Go](/docs/languages/go/)
4848

4949
[v1.14](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.14.0)
5050
has been released. This is the last release to support Go 1.18; 1.19 will be
5151
required in the future. Semantic conventions have been updated, resulting in
5252
changes to constant and function names. Finally, there’s a variety of bug fixes
5353
and other small changes.
5454

55-
##### [Java](/docs/instrumentation/java/)
55+
##### [Java](/docs/languages/java/)
5656

5757
[v1.23](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.23.0)
5858
has been released, bringing with it stable base2 exponential histogram
@@ -63,20 +63,20 @@ also in this release.
6363
has been updated as well, most notably changing HTTP span names to reflect
6464
updated semantic conventions.
6565

66-
##### [PHP](/docs/instrumentation/php/)
66+
##### [PHP](/docs/languages/php/)
6767

6868
[v1 beta](https://github.com/open-telemetry/opentelemetry-php/releases/tag/1.0.0beta1)
6969
was [announced](/blog/2023/php-beta-release/) at the end of January. The PHP SIG
7070
is looking forward to your feedback. In addition, the Communications SIG is
7171
planning a release of new documentation for PHP soon.
7272

73-
##### [Python](/docs/instrumentation/python/)
73+
##### [Python](/docs/languages/python/)
7474

7575
[v1.16](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.16.0)
7676
has been released with deprecations to Jaeger exporters, several performance
7777
improvements and bugfixes, and changes to Prometheus export.
7878

79-
##### [.NET](/docs/instrumentation/net/)
79+
##### [.NET](/docs/languages/net/)
8080

8181
[v1.4](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.4.0)
8282
removes several deprecated extension methods.

content/en/blog/2023/otel-in-focus-03.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ version as well. Highlights include:
4646
- A new receiver for CloudFlare logs has been added.
4747
- Many bugfixes and enhancements.
4848

49-
##### [Go](/docs/instrumentation/go/)
49+
##### [Go](/docs/languages/go/)
5050

5151
[Version v1.15.0-rc.2](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.15.0-rc.2)
5252
has been released. Version 1.15 will ship with Metrics v1 support, and its
@@ -57,7 +57,7 @@ include:
5757
- Exemplar support added for metric data.
5858
- Several optimizations, bugfixes, and removals/deprecations.
5959

60-
##### [Java](/docs/instrumentation/java/)
60+
##### [Java](/docs/languages/java/)
6161

6262
[Version 1.24.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.24.0)
6363
of the Java SDK has been released, featuring several optimizations and bugfixes
@@ -74,7 +74,7 @@ and fixes:
7474
- Improvements to the RxJava2, Cassandra, Spring Boot, and other instrumentation
7575
packages.
7676

77-
##### [Python](/docs/instrumentation/python/)
77+
##### [Python](/docs/languages/python/)
7878

7979
[Version 1.17](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.17.0)
8080
has been released with a handful of fixes and improvements, most notably support

content/en/blog/2023/otel-in-focus-04.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ has been updated to v0.75.0, adding support for feature gates in the operator.
5353
This release includes several bugfixes and improvements to connectors, along
5454
with a breaking change to the `confmap` component.
5555

56-
##### [Go](/docs/instrumentation/go/)
56+
##### [Go](/docs/languages/go/)
5757

5858
[Version v1.15.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.15.0)
5959
has been released! This marks the official release of OpenTelemetry Metrics v1
6060
in Go. Please check out the full release notes, as there are several important
6161
changes and renamings, especially if you're using metrics.
6262

63-
##### [Java](/docs/instrumentation/java/)
63+
##### [Java](/docs/languages/java/)
6464

6565
[Version 1.25.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.25.0)
6666
of the Java SDK has been released, with several bugfixes and improvements.

content/en/blog/2023/otel-in-focus-05.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ has been updated with several changes and enhancements. The
4848
now supports Golang & Apache HTTP server auto-instrumentation in addition to
4949
Python, Java, Node.js, and .NET.
5050

51-
##### [Go](/docs/instrumentation/go/)
51+
##### [Go](/docs/languages/go/)
5252

5353
[Version 1.16.0/0.39.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.16.0)
5454
marks the stable release of the OpenTelemetry Metric API in Go.
5555

56-
##### [Java](/docs/instrumentation/java/)
56+
##### [Java](/docs/languages/java/)
5757

5858
[Version 1.26](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.26.0)
5959
is the Release Candidate for the Log Bridge. This release enables log appenders
@@ -66,13 +66,13 @@ improvements.
6666
includes instrumentation support for vertx-sql-client, as well as several bug
6767
fixes.
6868

69-
#### [JavaScript](/docs/instrumentation/js/)
69+
#### [JavaScript](/docs/languages/js/)
7070

7171
[Version 1.13](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.13.0)
7272
has been released, adding support for gRPC log export. In addition, a couple
7373
bugs have been fixed.
7474

75-
#### [Python](/docs/instrumentation/python/)
75+
#### [Python](/docs/languages/python/)
7676

7777
[Version 1.18](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.18.0)
7878
adds a new feature that allows histogram aggregation to be set using an
@@ -86,7 +86,7 @@ exporting, and suppressing instrumentation.
8686
`opentelemetry.sdk.metrics.view`
8787
- Fix headers types mismatch for OTLP Exporters
8888

89-
#### [.NET](/docs/instrumentation/net/)
89+
#### [.NET](/docs/languages/net/)
9090

9191
[Version 1.5.0-rc1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.5.0-rc.1)
9292
includes many bugfixes across a variety of packages.

content/en/blog/2023/otel-in-focus-06.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ go auto-instrumentation version correctly. Components that were updated include
8080
the OpenTelemetry Collector, OpenTelemetry Contrib, Java auto-instrumentation,
8181
.NET auto-instrumentation, Node.js, Python, Go, and Apache HTTP Server.
8282

83-
##### [Java](/docs/instrumentation/java/)
83+
##### [Java](/docs/languages/java/)
8484

8585
[Version 1.27](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.27.0)
8686
has made the Log Bridge API and SDK stable. Important changes include merging
@@ -109,12 +109,12 @@ has been released, requiring some migrations to be performed.
109109
- Bugfixes related to Logback MDC instrumentation, Kafka metrics reporter, Jetty
110110
context leak, filtering scalar Mono/Flux instances, and others.
111111

112-
#### [JavaScript](/docs/instrumentation/js/)
112+
#### [JavaScript](/docs/languages/js/)
113113

114114
[Version 1.14](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.14.0)
115115
includes an optional `forceFlush` method to the `SpanExporter` interface.
116116

117-
#### [.NET](/docs/instrumentation/net/)
117+
#### [.NET](/docs/languages/net/)
118118

119119
[Version 1.5.1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.5.1)
120120
has been released, as well as 1.5.0. 1.5.1 is a fix for issues introduced in

content/en/blog/2023/otel-in-focus-07.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ now use opaque strings for configuration. This may require changes to your
5252
collector configuration. New connectors and exporters have been added as well,
5353
such as the `exceptionsconnector` and `opensearchexporter`.
5454

55-
##### [Java](/docs/instrumentation/java/)
55+
##### [Java](/docs/languages/java/)
5656

5757
[Version 1.28](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.28.0)
5858
includes a variety of updates and bug fixes.
@@ -61,18 +61,18 @@ includes a variety of updates and bug fixes.
6161
has also been released, with some required migrations due to semantic convention
6262
updates.
6363

64-
#### [Python](/docs/instrumentation/python/)
64+
#### [Python](/docs/languages/python/)
6565

6666
[Version 1.19](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.19.0)
6767
includes updates to OTLP and log support.
6868

69-
#### [JavaScript](/docs/instrumentation/js/)
69+
#### [JavaScript](/docs/languages/js/)
7070

7171
[Version 1.15.1](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.15.1)
7272
includes metric bug fixes for histograms and exponential histograms. In
7373
addition, OTLP support has been updated.
7474

75-
#### [.NET](/docs/instrumentation/net/)
75+
#### [.NET](/docs/languages/net/)
7676

7777
[Version 1.6.0-alpha.1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.6.0-alpha.1)
7878
has been released. 1.6 re-introduces support for exemplars, as well as

content/en/blog/2023/otel-in-focus-08.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are several user-facing changes, including breaking changes:
6262
- The `receiver/azuremonitor` has added new attributes to metrics like name,
6363
type, and resource_group.
6464

65-
##### [Java](/docs/instrumentation/java/)
65+
##### [Java](/docs/languages/java/)
6666

6767
[Version 1.29](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.29.0)
6868
includes updates to the API and SDK for tracing and metrics. Please note that
@@ -71,25 +71,25 @@ the `zpages` extension has been removed.
7171
[Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.29.0)
7272
includes support for Ktor and ElasticSearch Rest Client.
7373

74-
#### [Python](/docs/instrumentation/python/)
74+
#### [Python](/docs/languages/python/)
7575

7676
[Version 1.20](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.20.0)
7777
modifies the Prometheus exporter to translate non-monotonic Sums into Gauges.
7878

79-
#### [Go](/docs/instrumentation/go/)
79+
#### [Go](/docs/languages/go/)
8080

8181
[Version 1.17.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.17.0)
8282
includes updates to the API and SDK. Highlights include adding support for
8383
exponential histogram aggregations, support for Semantic Conventions 1.21, and
8484
bug fixes. Please note that the Jaeger exporter has been deprecated in favor of
8585
the OTLP exporter.
8686

87-
#### [JavaScript](/docs/instrumentation/js/)
87+
#### [JavaScript](/docs/languages/js/)
8888

8989
[Version 1.15.2](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.15.1)
9090
fixes several bugs.
9191

92-
#### [.NET](/docs/instrumentation/net/)
92+
#### [.NET](/docs/languages/net/)
9393

9494
[Version 1.6.0-rc.1](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.6.0-rc.1)
9595
has been released, bringing small changes to metrics, export, and an

content/en/blog/2023/otel-in-focus-09.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This release includes breaking changes from v0.84.0 as well:
115115
collector defaults.
116116
- ServiceMonitors are created when Prometheus exporters are used.
117117

118-
##### [Java](/docs/instrumentation/java/)
118+
##### [Java](/docs/languages/java/)
119119

120120
[Version 1.30](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.30.1)
121121
includes many updates to incubating APIs and SDKs. In the API incubator, an
@@ -150,7 +150,7 @@ with `getDefinedPackage` lookup for OpenJ9, serializing key with Lettuce
150150
instrumentation, and auto-instrumentation with JMX not working without a
151151
trigger.
152152

153-
#### [Go](/docs/instrumentation/go/)
153+
#### [Go](/docs/languages/go/)
154154

155155
[Version 1.19.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.19.0)
156156
is the first stable release of Metrics and the standard project stability
@@ -180,15 +180,15 @@ Please note that v1.18.0 included several deprecations and removals:
180180
now.
181181
- Go compatibility before version 1.20 is no longer guaranteed.
182182

183-
#### [JavaScript](/docs/instrumentation/js/)
183+
#### [JavaScript](/docs/languages/js/)
184184

185185
[Version 1.17.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.17.0)
186186
fixes an unintentional breaking change in previous releases.
187187

188188
There have been several important changes in the experimental packages,
189189
including deprecation of legacy configuration APIs.
190190

191-
#### [.NET](/docs/instrumentation/net/)
191+
#### [.NET](/docs/languages/net/)
192192

193193
[Version 1.6.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.6.0)
194194
includes minor updates to metrics.

0 commit comments

Comments
 (0)