Skip to content

Commit

Permalink
Common weights for ruby pages
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored and chalin committed Jun 7, 2023
1 parent 1700e98 commit c214dbc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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

0 comments on commit c214dbc

Please sign in to comment.