Skip to content

Commit

Permalink
add ruby updated info (open-telemetry#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartersocha authored Jun 23, 2022
1 parent c32bc31 commit c51af89
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/emailservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,40 @@ You may run this service locally with `bundle exec ruby email_server.rb`.
## Building docker image

From `src/emailservice`, run `docker build .`

## OpenTelemetry features

### Emoji Legend

- Completed: :100:
- Not Present (Yet): :construction:

### Traces

- :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/instrumentation/net/manual/#add-tags-to-an-activity)
- :100: Interprocess Context Propagation
- :construction: [Intra-service Context
Propagation](https://opentelemetry.io/docs/instrumentation/java/manual/#context-propagation)
- :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)

### Metrics

- :construction: [Instrumentation
Libraries](https://opentelemetry.io/docs/concepts/instrumenting-library/)
- :construction: [Manual Metric
Creation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#manual-instrumentation)
- :construction: [Collector Agent Metric
Transformation](https://opentelemetry.io/docs/collector/deployment/#agent)
- :construction: [Push
Metrics](https://opentelemetry.io/docs/reference/specification/metrics/sdk/#push-metric-exporter)
- :construction: [SLO Metrics](https://github.com/openslo/openslo#slo)
- :construction: [Multiple Manual Metric
Instruments](https://opentelemetry.io/docs/reference/specification/metrics/api/#synchronous-and-asynchronous-instruments)

0 comments on commit c51af89

Please sign in to comment.