Skip to content

Commit 3a87926

Browse files
another usage
1 parent 16b168d commit 3a87926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/grpc/diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ gRPC client metrics are reported on `Grpc.Net.Client` event source.
192192
[dotnet-counters](/dotnet/core/diagnostics/dotnet-counters) is a performance monitoring tool for ad-hoc health monitoring and first-level performance investigation. Monitor a .NET app with either `Grpc.AspNetCore.Server` or `Grpc.Net.Client` as the provider name.
193193

194194
```console
195-
> dotnet-counters monitor --process-id 1902 Grpc.AspNetCore.Server
195+
> dotnet-counters monitor --process-id 1902 --counters Grpc.AspNetCore.Server
196196

197197
Press p to pause, r to resume, q to quit.
198198
Status: Running

0 commit comments

Comments
 (0)