From 6c85d183f1adfb49b5233d41aef0936f8492f11b Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:16:11 +0000 Subject: [PATCH 1/3] Update opentelemetry-specification version to v1.37.0 --- .gitmodules | 2 +- content-modules/opentelemetry-specification | 2 +- scripts/content-modules/adjust-pages.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8ea6f6d41506..961eff857ffb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/content-modules/opentelemetry-specification b/content-modules/opentelemetry-specification index 328bbe662071..45dea75ad8d1 160000 --- a/content-modules/opentelemetry-specification +++ b/content-modules/opentelemetry-specification @@ -1 +1 @@ -Subproject commit 328bbe6620710341b2537b5af218c4c4f911ec14 +Subproject commit 45dea75ad8d16f9a0ed8a752d968a4e810e64d64 diff --git a/scripts/content-modules/adjust-pages.pl b/scripts/content-modules/adjust-pages.pl index 2b5ccb521876..9776100b0d6f 100755 --- a/scripts/content-modules/adjust-pages.pl +++ b/scripts/content-modules/adjust-pages.pl @@ -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 ); From 1c14106382146d9da022f12dc713eb2eaff90aa4 Mon Sep 17 00:00:00 2001 From: svrnm Date: Mon, 16 Sep 2024 13:53:31 +0200 Subject: [PATCH 2/3] fix links Signed-off-by: svrnm --- content/en/docs/concepts/sampling/index.md | 2 +- content/en/docs/languages/java/configuration.md | 2 +- content/ja/docs/concepts/sampling/index.md | 2 +- content/pt/docs/concepts/sampling/index.md | 2 +- static/refcache.json | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/content/en/docs/concepts/sampling/index.md b/content/en/docs/concepts/sampling/index.md index 535b0c0c4f0f..d332920d1671 100644 --- a/content/en/docs/concepts/sampling/index.md +++ b/content/en/docs/concepts/sampling/index.md @@ -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 diff --git a/content/en/docs/languages/java/configuration.md b/content/en/docs/languages/java/configuration.md index ab15b9c5931b..a685a5225adf 100644 --- a/content/en/docs/languages/java/configuration.md +++ b/content/en/docs/languages/java/configuration.md @@ -424,7 +424,7 @@ of the file alone dictate SDK configuration. {{% /alert %}} File configuration allows for configuration via a YAML 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:` and specify diff --git a/content/ja/docs/concepts/sampling/index.md b/content/ja/docs/concepts/sampling/index.md index 4f1473b3266b..c66b3dd79a0d 100644 --- a/content/ja/docs/concepts/sampling/index.md +++ b/content/ja/docs/concepts/sampling/index.md @@ -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%など、一貫した割合で、スパンの欠損無く、全トレースがサンプリングされます。 diff --git a/content/pt/docs/concepts/sampling/index.md b/content/pt/docs/concepts/sampling/index.md index 6c08c415f0fe..27caec960d79 100644 --- a/content/pt/docs/concepts/sampling/index.md +++ b/content/pt/docs/concepts/sampling/index.md @@ -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 - diff --git a/static/refcache.json b/static/refcache.json index b5785b7f7af4..63b77d9573cb 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -11171,6 +11171,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" From d47ad4680757fb19e5c76c7151ae74c0b0610c85 Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:36:29 +0000 Subject: [PATCH 3/3] Results from /fix:all --- content/en/docs/languages/java/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/languages/java/configuration.md b/content/en/docs/languages/java/configuration.md index a685a5225adf..e1513cf90bc5 100644 --- a/content/en/docs/languages/java/configuration.md +++ b/content/en/docs/languages/java/configuration.md @@ -424,7 +424,8 @@ of the file alone dictate SDK configuration. {{% /alert %}} File configuration allows for configuration via a YAML as described in [opentelemetry-configuration](https://github.com/open-telemetry/opentelemetry-configuration) -and [declarative configuration](http://localhost:1313/docs/specs/otel/configuration/#declarative-configuration). +and +[declarative configuration](http://localhost:1313/docs/specs/otel/configuration/#declarative-configuration). To use, include `io.opentelemetry:opentelemetry-sdk-extension:incubator:` and specify