Skip to content

Commit ac4491a

Browse files
authored
Update README.md
add AddEndpointMonitoring
1 parent 89bf35d commit ac4491a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ To read more about why you would do that, check out the [Digma](https://github.c
1010
Here is a simple example of including the Digma instrumentation in the OTEL tracing configuration:
1111

1212
```csharp
13+
builder.Services.AddEndpointMonitoring();
1314
builder.Services.AddOpenTelemetryTracing(
1415
builder => builder
1516
.AddAspNetCoreInstrumentation(options =>{options.RecordException = true;})

0 commit comments

Comments
 (0)