Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2916548

Browse files
authoredMar 18, 2025··
Merge branch 'main' into main
2 parents b97645f + 2863ddb commit 2916548

File tree

218 files changed

+268
-252
lines changed

Some content is hidden

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

218 files changed

+268
-252
lines changed
 

‎content/en/docs/concepts/instrumentation/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ solutions. The following things are also a part of OpenTelemetry:
5252
- [Semantic Conventions](../semantic-conventions/) provide a common naming
5353
schema that can be used for standardization across code bases and platforms.
5454

55-
[logs]: ../signals/traces/
56-
[metrics]: ../signals/traces/
55+
[logs]: ../signals/logs/
56+
[metrics]: ../signals/metrics/
5757
[observable]: ../observability-primer/#what-is-observability
5858
[signals]: ../signals/
5959
[traces]: ../signals/traces/

‎content/en/docs/languages/js/_index.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ OpenTelemetry.
2121
OpenTelemetry JavaScript has no official supported list of browsers. It is aimed
2222
to work on currently supported versions of major browsers.
2323

24+
OpenTelemetry JavaScript follows DefinitelyType's support policy for TypeScript
25+
which sets a support window of 2 years. Support for TypeScript versions older
26+
than 2 years will be dropped in minor releases of OpenTelemetry JavaScript.
27+
2428
For more details on runtime support see
2529
[this overview](https://github.com/open-telemetry/opentelemetry-js#supported-runtimes).
2630

0 commit comments

Comments
 (0)
Please sign in to comment.