From c214dbc24a0ad37a9106966c36e15655069f3f74 Mon Sep 17 00:00:00 2001 From: svrnm Date: Wed, 7 Jun 2023 14:51:00 +0200 Subject: [PATCH 1/3] Common weights for ruby pages --- content/en/docs/instrumentation/ruby/api.md | 2 +- content/en/docs/instrumentation/ruby/automatic.md | 2 +- content/en/docs/instrumentation/ruby/examples.md | 2 +- content/en/docs/instrumentation/ruby/exporters.md | 2 +- content/en/docs/instrumentation/ruby/getting-started.md | 2 +- content/en/docs/instrumentation/ruby/manual.md | 2 +- content/en/docs/instrumentation/ruby/sampling.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/docs/instrumentation/ruby/api.md b/content/en/docs/instrumentation/ruby/api.md index 4c2ddf2bab49..d02890f81d13 100644 --- a/content/en/docs/instrumentation/ruby/api.md +++ b/content/en/docs/instrumentation/ruby/api.md @@ -4,5 +4,5 @@ linkTitle: API redirect: https://www.rubydoc.info/gems/opentelemetry-sdk manualLinkTarget: _blank _build: { render: link } -weight: 50 +weight: 210 --- diff --git a/content/en/docs/instrumentation/ruby/automatic.md b/content/en/docs/instrumentation/ruby/automatic.md index f2395f6ec897..02207278ba84 100644 --- a/content/en/docs/instrumentation/ruby/automatic.md +++ b/content/en/docs/instrumentation/ruby/automatic.md @@ -3,7 +3,7 @@ title: Automatic instrumentation linkTitle: Automatic aliases: [/docs/instrumentation/ruby/configuring_automatic_instrumentation] spelling: cSpell:ignore faraday sinatra -weight: 2 +weight: 20 --- Automatic instrumentation in ruby is done via instrumentation packages, and most diff --git a/content/en/docs/instrumentation/ruby/examples.md b/content/en/docs/instrumentation/ruby/examples.md index c4ad8606b3d8..967adc9d4633 100644 --- a/content/en/docs/instrumentation/ruby/examples.md +++ b/content/en/docs/instrumentation/ruby/examples.md @@ -3,5 +3,5 @@ title: Examples redirect: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/examples manualLinkTarget: _blank _build: { render: link } -weight: 60 +weight: 220 --- diff --git a/content/en/docs/instrumentation/ruby/exporters.md b/content/en/docs/instrumentation/ruby/exporters.md index d6436e7e42a2..53e0a09b6d32 100644 --- a/content/en/docs/instrumentation/ruby/exporters.md +++ b/content/en/docs/instrumentation/ruby/exporters.md @@ -1,6 +1,6 @@ --- title: Exporters -weight: 5 +weight: 50 spelling: cSpell:ignore Zipkin jaegertracing openzipkin zipkin --- diff --git a/content/en/docs/instrumentation/ruby/getting-started.md b/content/en/docs/instrumentation/ruby/getting-started.md index 2831a7bc0268..0305ac6ec637 100644 --- a/content/en/docs/instrumentation/ruby/getting-started.md +++ b/content/en/docs/instrumentation/ruby/getting-started.md @@ -4,7 +4,7 @@ description: Get telemetry from your app in less than 5 minutes! aliases: [/docs/instrumentation/ruby/getting_started] spelling: cSpell:ignore truffleruby sinatra rolldice struct darwin Tracestate spelling: cSpell:ignore tracestate -weight: 1 +weight: 10 --- This page will show you how to get started with OpenTelemetry in Ruby. diff --git a/content/en/docs/instrumentation/ruby/manual.md b/content/en/docs/instrumentation/ruby/manual.md index 85e4162aafe1..c8eed142c3d1 100644 --- a/content/en/docs/instrumentation/ruby/manual.md +++ b/content/en/docs/instrumentation/ruby/manual.md @@ -5,7 +5,7 @@ aliases: - /docs/instrumentation/ruby/manual_instrumentation - /docs/instrumentation/ruby/events - /docs/instrumentation/ruby/context-propagation -weight: 4 +weight: 20 --- Auto-instrumentation is the easiest way to get started with instrumenting your diff --git a/content/en/docs/instrumentation/ruby/sampling.md b/content/en/docs/instrumentation/ruby/sampling.md index 0133585760b8..d721b0d798e6 100644 --- a/content/en/docs/instrumentation/ruby/sampling.md +++ b/content/en/docs/instrumentation/ruby/sampling.md @@ -1,6 +1,6 @@ --- title: Sampling -weight: 6 +weight: 80 --- [Sampling](/docs/concepts/sampling/) is a process that restricts the amount of From cb1aa04ae59a2c7aa50ff9d93672b9a6e5975ba4 Mon Sep 17 00:00:00 2001 From: svrnm Date: Wed, 7 Jun 2023 18:42:46 +0200 Subject: [PATCH 2/3] test1 --- content/en/docs/instrumentation/ruby/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/ruby/api.md b/content/en/docs/instrumentation/ruby/api.md index d02890f81d13..ce56584c8d84 100644 --- a/content/en/docs/instrumentation/ruby/api.md +++ b/content/en/docs/instrumentation/ruby/api.md @@ -4,5 +4,5 @@ linkTitle: API redirect: https://www.rubydoc.info/gems/opentelemetry-sdk manualLinkTarget: _blank _build: { render: link } -weight: 210 +weight: 211 --- From bb9ef60e73ded0526798bb2e224ddc557c85e0c3 Mon Sep 17 00:00:00 2001 From: svrnm Date: Wed, 7 Jun 2023 18:43:13 +0200 Subject: [PATCH 3/3] test2 --- content/en/docs/instrumentation/ruby/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/ruby/api.md b/content/en/docs/instrumentation/ruby/api.md index ce56584c8d84..d02890f81d13 100644 --- a/content/en/docs/instrumentation/ruby/api.md +++ b/content/en/docs/instrumentation/ruby/api.md @@ -4,5 +4,5 @@ linkTitle: API redirect: https://www.rubydoc.info/gems/opentelemetry-sdk manualLinkTarget: _blank _build: { render: link } -weight: 211 +weight: 210 ---