Skip to content

Commit 49879d0

Browse files
opentelemetrybottheletterfsvrnm
authored
Update opentelemetry-specification version to v1.37.0 (#5195)
Signed-off-by: svrnm <neumanns@cisco.com> Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com> Co-authored-by: svrnm <neumanns@cisco.com>
1 parent f1a5dde commit 49879d0

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[submodule "content-modules/opentelemetry-specification"]
88
path = content-modules/opentelemetry-specification
99
url = https://github.com/open-telemetry/opentelemetry-specification.git
10-
spec-pin = v1.36.0
10+
spec-pin = v1.37.0
1111
[submodule "content-modules/community"]
1212
path = content-modules/community
1313
url = https://github.com/open-telemetry/community

content/en/docs/concepts/sampling/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ as possible. A decision to sample or drop a span or trace is not made by
103103
inspecting the trace as a whole.
104104

105105
For example, the most common form of head sampling is
106-
[Consistent Probability Sampling](/docs/specs/otel/trace/tracestate-probability-sampling/#consistent-probability-sampling).
106+
[Consistent Probability Sampling](/docs/specs/otel/trace/tracestate-probability-sampling-experimental/#consistent-probability-sampling).
107107
This is also be referred to as Deterministic Sampling. In this case, a sampling
108108
decision is made based on the trace ID and the desired percentage of traces to
109109
sample. This ensures that whole traces are sampled - no missing spans - at a

content/en/docs/languages/java/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,8 @@ public class CustomTextMapPropagatorProvider implements ConfigurablePropagatorPr
684684
Declarative configuration is currently under development. It allows for YAML
685685
file-based configuration as described in
686686
[opentelemetry-configuration](https://github.com/open-telemetry/opentelemetry-configuration)
687-
and [file configuration](/docs/specs/otel/configuration/file-configuration/).
687+
and
688+
[declarative configuration](http://localhost:1313/docs/specs/otel/configuration/#declarative-configuration).
688689

689690
To use, include
690691
`io.opentelemetry:opentelemetry-sdk-extension-incubator:{{% param vers.otel %}}-alpha`

content/ja/docs/concepts/sampling/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ _適切なデータのサンプリングが必要なだけです。_
4040
ヘッドサンプリングは、サンプリングの決定をできるだけ早期に行うために用いられるサンプリング技術です。
4141
スパンやトレースのサンプリングまたはドロップの決定は、トレース全体を検査することによって行われるわけではありません。
4242

43-
たとえば、ヘッドサンプリングのもっとも一般的な形式は、[一貫した確率サンプリング](/docs/specs/otel/trace/tracestate-probability-sampling/#consistent-probability-sampling)です。
43+
たとえば、ヘッドサンプリングのもっとも一般的な形式は、[一貫した確率サンプリング](/docs/specs/otel/trace/tracestate-probability-sampling-experimental/#consistent-probability-sampling)です。
4444
決定論的サンプリングと呼ばれることもあります。
4545
この場合、サンプリングの決定は、トレースIDと、サンプリングするトレースの望ましい割合に基づいて行われます。
4646
これにより、全トレースの5%など、一貫した割合で、スパンの欠損無く、全トレースがサンプリングされます。

content/pt/docs/concepts/sampling/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ou descartar um trecho ou um rastro não é feita inspecionando o rastro como um
111111
todo.
112112

113113
Por exemplo, a forma mais comum de amostragem pela cabeça é a
114-
[Amostragem de Probabilidade Consistente](/docs/specs/otel/trace/tracestate-probability-sampling/#consistent-probability-sampling).
114+
[Amostragem de Probabilidade Consistente](/docs/specs/otel/trace/tracestate-probability-sampling-experimental/#consistent-probability-sampling).
115115
Isso também é conhecido como Amostragem Determinística. Neste caso, uma decisão
116116
de amostragem é tomada com base no ID do rastro e na porcentagem desejada de
117117
rastros a serem amostrados. Isso garante que rastros inteiros sejam amostrados -

scripts/content-modules/adjust-pages.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
my $semConvRef = "$otelSpecRepoUrl/blob/main/semantic_conventions/README.md";
1919
my $specBasePath = '/docs/specs';
2020
my %versions = qw(
21-
spec: 1.36.0
21+
spec: 1.37.0
2222
otlp: 1.3.2
2323
semconv: 1.27.0
2424
);

static/refcache.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11175,6 +11175,10 @@
1117511175
"StatusCode": 206,
1117611176
"LastSeen": "2024-01-18T19:10:46.603367-05:00"
1117711177
},
11178+
"https://prometheus.io/docs/prometheus/latest/querying/basics/#staleness": {
11179+
"StatusCode": 206,
11180+
"LastSeen": "2024-09-16T13:42:13.99813+02:00"
11181+
},
1117811182
"https://prometheus.io/docs/specs/remote_write_spec_2_0/#io-prometheus-write-v2-request": {
1117911183
"StatusCode": 206,
1118011184
"LastSeen": "2024-09-04T09:48:44.106256+02:00"

0 commit comments

Comments
 (0)