Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cboudereau authored Feb 29, 2024
1 parent 66f1c94 commit e6d3f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2024-02-28_OpenTelemetry_Looks_Good_To_Me_dotnet/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2024-02-28 #10 OpenTelemetry Looks Good To Me for dotnet

This post has been adapted for dotnet from the [previous java post](../2024-01-31_OpenTelemetry_Looks_Good_To_Me/README.md). A new dashboard is available for specific dotnet instrumentation: [OpenTelemetry dotnet webapi](https://grafana.com/grafana/dashboards/20568-opentelemetry-dotnet-webapi/).
This post has been adapted for dotnet from the [previous java post](../2024-01-31_OpenTelemetry_Looks_Good_To_Me/). A new dashboard is available for specific dotnet instrumentation: [OpenTelemetry dotnet webapi](https://grafana.com/grafana/dashboards/20568-opentelemetry-dotnet-webapi/).

OpenTelemetry Collector Contrib configuration is the same as java since, both java and dotnet are using the same OTLP specification. This is a good things for SRE supporting multiple stacks and languages since the gateway configuration is common.

Expand Down Expand Up @@ -52,10 +52,10 @@ References:
- [OTEL dotnet setup](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main?tab=readme-ov-file#getting-started)

#### Automatic instrumentation
Reference : [Automatic instrumentation](../../2023-11-30_What_is_OpenTelemetry/README.md#automatic)
Reference : [Automatic instrumentation](../../2023-11-30_What_is_OpenTelemetry/#automatic)

#### Manual instrumentation
Reference : [Manual instrumentation](../../2023-11-30_What_is_OpenTelemetry/README.md#manual)
Reference : [Manual instrumentation](../../2023-11-30_What_is_OpenTelemetry/#manual)

```bash
dotnet add package OpenTelemetry.Exporter.OpenTelemetryProtocol
Expand Down

0 comments on commit e6d3f49

Please sign in to comment.