forked from open-telemetry/opentelemetry-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
centralize a tracing doc (open-telemetry#218)
* centralize a tracing doc * lint * trailing space
- Loading branch information
1 parent
edec6f0
commit de65622
Showing
6 changed files
with
123 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
# Trace Feature Coverage by Service | ||
|
||
## TOC | ||
|
||
- [Ad Service](#ad-service) | ||
- [Cart Service](#cart-service) | ||
- [Checkout Service](#checkout-service) | ||
- [Currency Service](#currency-service) | ||
- [Email Service](#email-service) | ||
- [Feature Flag Service](#feature-flag-service) | ||
- [Frontend Service](#frontend-service) | ||
- [Payment Service](#payment-service) | ||
- [Product Catalog Service](#product-catalog-service) | ||
- [Recommendation Service](#recommendation-service) | ||
- [Shipping Service](#shipping-service) | ||
|
||
## OpenTelemetry Feature Set by Services | ||
|
||
### Emoji Legend | ||
|
||
- Completed: :100: | ||
- Not Present (Yet): :construction: | ||
|
||
### [Ad Service](../src/adservice/README.md) | ||
|
||
tba | ||
|
||
### [Cart Service](../src/cartservice/README.md) | ||
|
||
tba | ||
|
||
### [Checkout Service](../src/checkoutservice/README.md) | ||
|
||
### Traces | ||
|
||
- :100: [Instrumentation | ||
Libraries](https://opentelemetry.io/docs/concepts/instrumenting-library/) | ||
- :construction: [Manual Span | ||
Creation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#manual-instrumentation) | ||
- :construction: [Span Data | ||
Enrichment](https://opentelemetry.io/docs/concepts/glossary/#metadata) | ||
- :construction: Interprocess Context Propagation | ||
- :construction: [Intra-service Context | ||
Propagation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/README.md#context) | ||
- :construction: [Trace | ||
Links](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#links-between-spans) | ||
- :construction: [Baggage](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/baggage/api.md#overview) | ||
|
||
### [Currency Service](../src/currencyservice/README.md) | ||
|
||
tba | ||
|
||
### [Email Service](../src/emailservice/README.md) | ||
|
||
- :100: [Instrumentation | ||
Libraries](https://opentelemetry.io/docs/concepts/instrumenting-library/) | ||
- :100: [Manual Span | ||
Creation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#manual-instrumentation) | ||
- :100: [Span Data | ||
Enrichment](https://opentelemetry.io/docs/concepts/glossary/#metadata) | ||
- :100: Interprocess Context Propagation | ||
- :construction: [Intra-service Context | ||
Propagation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/README.md#context) | ||
- :construction: [Trace | ||
Links](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#links-between-spans) | ||
- :construction: [Baggage](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/baggage/api.md#overview) | ||
|
||
### [Feature Flag Service](../src/featureflagservice/README.md) | ||
|
||
tba | ||
|
||
### [Frontend Service](../src/frontend/README.md) | ||
|
||
- :100: [Instrumentation | ||
Libraries](https://opentelemetry.io/docs/concepts/instrumenting-library/) | ||
- :construction: [Manual Span | ||
Creation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#manual-instrumentation) | ||
- :100: [Span Data | ||
Enrichment](https://opentelemetry.io/docs/concepts/glossary/#metadata) | ||
- :100: Interprocess Context Propagation | ||
- :construction: [Intra-service Context | ||
Propagation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/README.md#context) | ||
- :construction: [Trace | ||
Links](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#links-between-spans) | ||
- :construction: [Baggage](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/baggage/api.md#overview) | ||
|
||
### [Payment Service](../src/paymentservice/README.md) | ||
|
||
- :100: [Instrumentation | ||
Libraries](https://opentelemetry.io/docs/concepts/instrumenting-library/) | ||
- :100: [Manual Span | ||
Creation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#manual-instrumentation) | ||
- :100: [Span Data | ||
Enrichment](https://opentelemetry.io/docs/concepts/glossary/#metadata) | ||
- :100: Interprocess Context Propagation | ||
- :construction: [Intra-service Context | ||
Propagation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/README.md#context) | ||
- :construction: [Trace | ||
Links](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#links-between-spans) | ||
- :construction: [Baggage](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/baggage/api.md#overview) | ||
|
||
### [Product Catalog Service](../src/productcatalogservice/README.md) | ||
|
||
- :100: [Instrumentation | ||
Libraries](https://opentelemetry.io/docs/concepts/instrumenting-library/) | ||
- :construction: [Manual Span | ||
Creation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#manual-instrumentation) | ||
- :100: [Span Data | ||
Enrichment](https://opentelemetry.io/docs/concepts/glossary/#metadata) | ||
- :construction: Interprocess Context Propagation | ||
- :construction: [Intra-service Context | ||
Propagation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/README.md#context) | ||
- :construction: [Trace | ||
Links](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#links-between-spans) | ||
- :construction: [Baggage](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/baggage/api.md#overview) | ||
|
||
### [Recommendation Service](../src/recommendationservice/README.md) | ||
|
||
tba | ||
|
||
### [Shipping Service](../src/shippingservice/README.md) | ||
|
||
tba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters