Skip to content

Commit

Permalink
Update opentelemetry-specification version to v1.37.0 (#5195)
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <neumanns@cisco.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: svrnm <neumanns@cisco.com>
  • Loading branch information
3 people committed Sep 17, 2024
1 parent f1a5dde commit 49879d0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[submodule "content-modules/opentelemetry-specification"]
path = content-modules/opentelemetry-specification
url = https://github.com/open-telemetry/opentelemetry-specification.git
spec-pin = v1.36.0
spec-pin = v1.37.0
[submodule "content-modules/community"]
path = content-modules/community
url = https://github.com/open-telemetry/community
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/concepts/sampling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ as possible. A decision to sample or drop a span or trace is not made by
inspecting the trace as a whole.

For example, the most common form of head sampling is
[Consistent Probability Sampling](/docs/specs/otel/trace/tracestate-probability-sampling/#consistent-probability-sampling).
[Consistent Probability Sampling](/docs/specs/otel/trace/tracestate-probability-sampling-experimental/#consistent-probability-sampling).
This is also be referred to as Deterministic Sampling. In this case, a sampling
decision is made based on the trace ID and the desired percentage of traces to
sample. This ensures that whole traces are sampled - no missing spans - at a
Expand Down
3 changes: 2 additions & 1 deletion content/en/docs/languages/java/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ public class CustomTextMapPropagatorProvider implements ConfigurablePropagatorPr
Declarative configuration is currently under development. It allows for YAML
file-based configuration as described in
[opentelemetry-configuration](https://github.com/open-telemetry/opentelemetry-configuration)
and [file configuration](/docs/specs/otel/configuration/file-configuration/).
and
[declarative configuration](http://localhost:1313/docs/specs/otel/configuration/#declarative-configuration).

To use, include
`io.opentelemetry:opentelemetry-sdk-extension-incubator:{{% param vers.otel %}}-alpha`
Expand Down
2 changes: 1 addition & 1 deletion content/ja/docs/concepts/sampling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _適切なデータのサンプリングが必要なだけです。_
ヘッドサンプリングは、サンプリングの決定をできるだけ早期に行うために用いられるサンプリング技術です。
スパンやトレースのサンプリングまたはドロップの決定は、トレース全体を検査することによって行われるわけではありません。

たとえば、ヘッドサンプリングのもっとも一般的な形式は、[一貫した確率サンプリング](/docs/specs/otel/trace/tracestate-probability-sampling/#consistent-probability-sampling)です。
たとえば、ヘッドサンプリングのもっとも一般的な形式は、[一貫した確率サンプリング](/docs/specs/otel/trace/tracestate-probability-sampling-experimental/#consistent-probability-sampling)です。
決定論的サンプリングと呼ばれることもあります。
この場合、サンプリングの決定は、トレースIDと、サンプリングするトレースの望ましい割合に基づいて行われます。
これにより、全トレースの5%など、一貫した割合で、スパンの欠損無く、全トレースがサンプリングされます。
Expand Down
2 changes: 1 addition & 1 deletion content/pt/docs/concepts/sampling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ou descartar um trecho ou um rastro não é feita inspecionando o rastro como um
todo.

Por exemplo, a forma mais comum de amostragem pela cabeça é a
[Amostragem de Probabilidade Consistente](/docs/specs/otel/trace/tracestate-probability-sampling/#consistent-probability-sampling).
[Amostragem de Probabilidade Consistente](/docs/specs/otel/trace/tracestate-probability-sampling-experimental/#consistent-probability-sampling).
Isso também é conhecido como Amostragem Determinística. Neste caso, uma decisão
de amostragem é tomada com base no ID do rastro e na porcentagem desejada de
rastros a serem amostrados. Isso garante que rastros inteiros sejam amostrados -
Expand Down
2 changes: 1 addition & 1 deletion scripts/content-modules/adjust-pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
my $semConvRef = "$otelSpecRepoUrl/blob/main/semantic_conventions/README.md";
my $specBasePath = '/docs/specs';
my %versions = qw(
spec: 1.36.0
spec: 1.37.0
otlp: 1.3.2
semconv: 1.27.0
);
Expand Down
4 changes: 4 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -11175,6 +11175,10 @@
"StatusCode": 206,
"LastSeen": "2024-01-18T19:10:46.603367-05:00"
},
"https://prometheus.io/docs/prometheus/latest/querying/basics/#staleness": {
"StatusCode": 206,
"LastSeen": "2024-09-16T13:42:13.99813+02:00"
},
"https://prometheus.io/docs/specs/remote_write_spec_2_0/#io-prometheus-write-v2-request": {
"StatusCode": 206,
"LastSeen": "2024-09-04T09:48:44.106256+02:00"
Expand Down

0 comments on commit 49879d0

Please sign in to comment.