Skip to content

Commit

Permalink
add metric links to frontend readme (open-telemetry#141)
Browse files Browse the repository at this point in the history
* add metric links

* update to generic links

* link update

* update to remove operator
  • Loading branch information
cartersocha authored and GaryPWhite committed Jun 30, 2022
1 parent f519702 commit 2c51e40
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,15 @@ else.
### Emoji Legend

- Completed: :100:
- Not Applicable: :large_blue_diamond:
- Not Present (Yet): :red_circle:

### Traces

- [Automatic Instrumentation (Language
Agent)](https://github.com/open-telemetry/opentelemetry-java-instrumentation#about):
:large_blue_diamond:
- [Automatic Instrumentation (OTel
Operator)](https://github.com/open-telemetry/opentelemetry-operator):
:red_circle:
- [Instrumentation
Libraries](https://opentelemetry.io/docs/concepts/instrumenting-library/):
:100:
- [Manual Span
Creation](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/trace/getting-started):
Creation](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#manual-instrumentation)):
:red_circle:
- [Span Data
Enrichment](https://opentelemetry.io/docs/instrumentation/net/manual/#add-tags-to-an-activity):
Expand All @@ -44,14 +37,21 @@ else.

### Metrics

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

## OpenTelemetry instrumentation

Expand Down

0 comments on commit 2c51e40

Please sign in to comment.