File tree Expand file tree Collapse file tree 7 files changed +17
-15
lines changed
docs/trace/links-based-sampler
OpenTelemetry.Exporter.Console
OpenTelemetry.Exporter.OpenTelemetryProtocol
OpenTelemetry.Exporter.Prometheus.AspNetCore
OpenTelemetry.Exporter.Zipkin Expand file tree Collapse file tree 7 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818
1919 - name : run markdownlint
20- uses : DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21 .0.0
20+ uses : DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22 .0.0
2121 with :
2222 globs : |
2323 **/*.md
Original file line number Diff line number Diff line change 4848> Certain components, marked as
4949[ pre-release] ( https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/VERSIONING.md#pre-releases ) ,
5050are still work in progress and can undergo breaking changes before stable
51- release. Check the individual ` README.md ` file for each component to understand its
52- current state.
51+ release. Check the individual ` README.md ` file for each component to understand
52+ its current state.
5353
5454To understand which portions of the [ OpenTelemetry
5555Specification] ( https://github.com/open-telemetry/opentelemetry-specification )
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ scenario. Let's say we have a producer activity (say with ID S1 in Trace T1) tha
4242produces a message and a consumer activity (say with ID S2 in Trace T2) that
4343consumes the message.
4444
45- Now, let's say that the producing activity S1 in trace T1 is sampled, say using the
46- decision of a parent based sampler. Now, let's say that the activity S2 in trace
45+ Now, let's say that the producing activity S1 in trace T1 is sampled, say using
46+ the decision of a parent based sampler. Now, let's say that the activity S2 in trace
4747T2 is not sampled based on the parent based sampler decision for T2. However,
4848since this activity S2 in T2 is linked to the producing activity (S1 in T1) that
4949is sampled, this mechanism ensures that the consuming activity (S2 in T2) will
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ ConsoleExporter supports exporting logs, metrics and traces.
1010> This exporter is intended for debugging and learning purposes. It is not
1111 recommended for production use. The output format is not standardized and can
1212 change at any time.
13- If a standardized format for exporting telemetry to stdout is desired, upvote on
14- [ this feature request] ( https://github.com/open-telemetry/opentelemetry-dotnet/issues/5920 ) .
13+ If a standardized format for exporting telemetry to stdout is desired, upvote
14+ on [ this feature request] ( https://github.com/open-telemetry/opentelemetry-dotnet/issues/5920 ) .
1515
1616## Installation
1717
Original file line number Diff line number Diff line change @@ -362,8 +362,8 @@ attributes will be exported when
362362variable will be set to ` true ` .
363363
364364 ** NOTE** : These attributes were removed in [ 1.6.0-rc.1] ( #160-rc1 ) release in
365- order to support stable release of OTLP Log Exporter. The attributes will now be
366- available via environment variable mentioned above.
365+ order to support stable release of OTLP Log Exporter. The attributes will now
366+ be available via environment variable mentioned above.
367367 ([ #4892 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/4892 ) )
368368
369369* Added ability to export attributes corresponding to ` LogRecord.EventId.Id ` as
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ to scrape.
2424> This exporter does not support Exemplars. For using Exemplars, use the [ OTLP
2525 Exporter] ( ../OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md ) and use a
2626component like OTel Collector to expose metrics (with exemplars) to Prometheus.
27- This [ tutorial] ( ../../docs/metrics/exemplars/README.md ) shows one way how to do that.
27+ This [ tutorial] ( ../../docs/metrics/exemplars/README.md ) shows one way how to do
28+ that.
2829
2930## Prerequisite
3031
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Notes](../../RELEASENOTES.md).
66
77## Unreleased
88
9- * This package is deprecated and it will stop receiving any updates in December 2026.
10- Zipkin already supports OTLP ingestion. Change your exporter to
11- ` OpenTelemetry.Exporter.OpenTelemetryProtocol ` as stated in the
9+ * This package is deprecated and it will stop receiving any updates in
10+ December 2026. Zipkin already supports OTLP ingestion. Change your exporter
11+ to ` OpenTelemetry.Exporter.OpenTelemetryProtocol ` as stated in the
1212 [ Deprecating Zipkin Exporter blog post] ( https://opentelemetry.io/blog/2025/deprecating-zipkin-exporters/ ) .
1313 ([ #6750 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/6750 ) )
1414
@@ -124,8 +124,9 @@ Released 2024-Apr-02
124124
125125Released 2024-Mar-27
126126
127- * Zipkin tags used for Instrumentation Library changed from ` otel.library.name ` and
128- ` otel.library.version ` to ` otel.scope.name ` and ` otel.scope.version ` respectively.
127+ * Zipkin tags used for Instrumentation Library changed from ` otel.library.name `
128+ and ` otel.library.version ` to ` otel.scope.name ` and ` otel.scope.version `
129+ respectively.
129130 Old versions of attributes are deprecated, but still exported
130131 for [ backward compatibility] ( https://github.com/open-telemetry/opentelemetry-specification/blob/v1.31.0/specification/common/mapping-to-non-otlp.md#instrumentationscope ) .
131132 ([ #5473 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5473 ) )
You can’t perform that action at this time.
0 commit comments