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

[Demo] Telemetry features: better name pages following refactor #3817

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ One of our primary goals of this project has been to create a robust sample
application for developers to use in learning OpenTelemetry, and we’re proud to
say that we’ve done just that. Every OpenTelemetry language SDK except Swift is
[represented](/docs/demo/service-table/) in this release -- yes, even PHP! We’ve
built complete [tracing flows](/docs/demo/telemetry-features/trace-features/)
built complete [tracing flows](/docs/demo/telemetry-features/trace-coverage/)
that demonstrate a breadth of common instrumentation tasks such as:

- Enriching spans from automatic instrumentation.
Expand All @@ -30,7 +30,7 @@ that demonstrate a breadth of common instrumentation tasks such as:
- Creating attributes, events, and other telemetry metadata.

We’ve also integrated OpenTelemetry Metrics across
[several services](/docs/demo/telemetry-features/metric-features/) to capture
[several services](/docs/demo/telemetry-features/metric-coverage/) to capture
runtime and business metric use cases.

Now, it’d be enough to just provide a great demonstration of OpenTelemetry, but
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/demo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Project reference documentation, like requirements and feature matrices.
- [Architecture](architecture/)
- [Development](development/)
- [Feature Flags Reference](feature-flags/)
- [Metric Feature Matrix](telemetry-features/metric-features/)
- [Metric Feature Matrix](telemetry-features/metric-coverage/)
- [Requirements](./requirements/)
- [Screenshots](screenshots/)
- [Service Roles Table](service-table/)
- [Span Attributes Reference](telemetry-features/manual-span-attributes/)
- [Tests](tests/)
- [Trace Feature Matrix](telemetry-features/trace-features/)
- [Trace Feature Matrix](telemetry-features/trace-coverage/)
4 changes: 2 additions & 2 deletions content/en/docs/demo/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ classDef typescript fill:#e98516,color:black;
```

Follow these links for the current state of
[metric](/docs/demo/telemetry-features/metric-features/) and
[trace](/docs/demo/telemetry-features/trace-features/) instrumentation of the
[metric](/docs/demo/telemetry-features/metric-coverage/) and
[trace](/docs/demo/telemetry-features/trace-coverage/) instrumentation of the
demo applications.

The collector is configured in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Log Coverage by Service
linkTitle: Log Coverage
aliases: [log_service_features, ../logging-features]
aliases: [log_service_features, logging-features, ../logging-features]
---

| Service | Language | OTLP Logs |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Metric Coverage by Service
linkTitle: Metric Coverage
aliases: [metric_service_features, ../metric-features]
aliases: [metric_service_features, metric-features, ../metric-features]
---

| Service | Language | Auto-instrumentation | Manual Instrumentation | Multiple Instruments | Views | Custom Attributes | Resource Detection | Trace Exemplars |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Trace Coverage by Service
linkTitle: Trace Coverage
aliases: [trace_service_features, ../trace-features]
aliases: [trace_service_features, trace-features, ../trace-features]
---

| Service | Language | Instrumentation Libraries | Manual Span Creation | Span Data Enrichment | RPC Context Propagation | Span Links | Baggage | Resource Detection |
Expand Down