Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common weights for ruby pages #2837

Merged
merged 4 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/ruby/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ linkTitle: API
redirect: https://www.rubydoc.info/gems/opentelemetry-sdk
manualLinkTarget: _blank
_build: { render: link }
weight: 50
weight: 210
---
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/ruby/automatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/ruby/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/ruby/exporters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Exporters
weight: 5
weight: 50
spelling: cSpell:ignore Zipkin jaegertracing openzipkin zipkin
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/ruby/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/ruby/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/ruby/sampling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Sampling
weight: 6
weight: 80
---

[Sampling](/docs/concepts/sampling/) is a process that restricts the amount of
Expand Down