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 Java pages #2833

Merged
merged 2 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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/java/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ linkTitle: API
redirect: https://javadoc.io/doc/io.opentelemetry
manualLinkTarget: _blank
_build: { render: link }
weight: 50
weight: 210
---
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/automatic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aliases:
- /docs/java/automatic_instrumentation
- /docs/instrumentation/java/automatic_instrumentation
spelling: cSpell:ignore javaagent myapp Dotel
weight: 3
weight: 20
---

Automatic instrumentation with Java uses a Java agent JAR that can be attached
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Agent Configuration
linkTitle: Configuration
weight: 2
weight: 10
spelling:
cSpell:ignore akka autoconfiguration Autoconfiguration Dotel HSET javaagent
cSpell:ignore serverlessapis Servlet servlet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Annotations
description: Using instrumentation annotations with a Java agent.
aliases: [/docs/instrumentation/java/annotations]
weight: 4
weight: 20
javaInstrumentationVersion: 1.26.0
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aliases: [/docs/instrumentation/java/extensions]
description: >-
Extensions add capabilities to the agent without having to create a separate
distribution.
weight: 10
weight: 30
---

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ aliases:
- /docs/java/instrumentation_examples
- /docs/instrumentation/java/instrumentation_examples
_build: { render: link }
weight: 60
weight: 220
---
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Getting Started
description: Get telemetry for your app in less than 5 minutes!
spelling: cSpell:ignore helloworld javaagent springframework autoreconfigure
spelling: cSpell:ignore rolldice aarch Nanos darwin autoconfigure webmvc kotlin
weight: 1
weight: 10
---

This page will show you how to get started with OpenTelemetry in Java.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/java/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aliases:
- /docs/java/getting_started
- /docs/java/manual_instrumentation
- /docs/instrumentation/java/manual_instrumentation
weight: 5
weight: 30
---

**Libraries** that want to export telemetry data using OpenTelemetry MUST only
Expand Down