Skip to content

Commit

Permalink
add dotnet monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
cboudereau committed Mar 25, 2024
1 parent b33d3fb commit 316b6ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 2024-02-28_OpenTelemetry_Looks_Good_To_Me_dotnet/DEBUG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# dotnet debug

## dotnet monitor
### install
```bash
dotnet tool install -g dotnet-monitor
```

### start
```bash
dotnet monitor collect -u http://0.0.0.0::52323 --metricUrls http://0.0.0.0:52325 --no-auth
```

## dotnet trace

### install
Expand Down

0 comments on commit 316b6ed

Please sign in to comment.