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 PHP pages #2835

Merged
merged 4 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/php/automatic.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Automatic Instrumentation
linkTitle: Automatic
weight: 2
weight: 20
spelling: cSpell:ignore userland phar AUTOLOAD tracecontext myapp configurator
spelling: cSpell:ignore packagist pecl shortcode unindented
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/php/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-php/tree/main/examples
manualLinkTarget: _blank
_build: { render: link }
weight: 60
weight: 220
---
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/php/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 fastcgi jaegertracing openzipkin ndjson zipkin
---

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/php/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Getting Started
description: Get up and running with OpenTelemetry for PHP.
aliases: [/docs/instrumentation/php/getting_started]
weight: 1
weight: 10
spelling: cSpell:ignore Wordpress Symfony Laravel rolldice autoload strval PECL
spelling: cSpell:ignore darwin
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/php/manual.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Manual Instrumentation
linkTitle: Manual
weight: 3
weight: 30
---

**Libraries** that want to export telemetry data using OpenTelemetry MUST only
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/php/propagation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Propagation
description: Context propagation for the PHP API
weight: 7
weight: 60
---

Propagation is the mechanism that moves data between services and processes.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/php/resources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Resources
weight: 6
weight: 70
---

A resource represents the entity producing telemetry as resource attributes. For
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/php/sdk.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SDK
weight: 8
weight: 100
---

The OpenTelemetry SDK provides a working implementation of the API, and can be
Expand Down