Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coronabytes authored Jul 20, 2024
1 parent 4609aab commit c9613d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ app.MapControllers();
app.Run();
```

## More Instrumentation

```csharp
builder.AddObservability(configureTracing: tracer =>
{
tracer.AddEntityFrameworkCoreInstrumentation();
tracer.AddRedisInstrumentation();
});
```

## Environment Variables

```
Expand Down

0 comments on commit c9613d6

Please sign in to comment.