Skip to content

Commit

Permalink
Fix typo in metric name
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
  • Loading branch information
stevejgordon and noahfalk committed Aug 5, 2024
1 parent a4ad895 commit dc63af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/metrics/dotnet-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ groups:

- id: metric.dotnet.gc.memory.commited
type: metric
metric_name: dotnet.gc.memory.commited
metric_name: dotnet.gc.memory.committed
brief: >
The amount of committed virtual memory for the managed GC heap, as
observed during the latest garbage collection.
Expand Down

0 comments on commit dc63af3

Please sign in to comment.