Skip to content

Commit

Permalink
Merge pull request #15 from twenzel/EventCounterListener
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
Hananiel Sarella authored Feb 11, 2022
2 parents bb3a3d4 + 02f3e19 commit a32c005
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ public void Can_Be_Read_From_Configuration()
{
""Name"": ""cpu-usage"",
""Description"": ""Current CPU usage"",
""Type"": ""DoubleGauge""
""Type"": ""ObservableGaugeDouble""
},
{
""Name"": ""working-set"",
""Description"": ""Process working set"",
""Type"": ""Counter"",
""Type"": ""ObservableCounter"",
""MetricName"": ""process_working_set""
}
]
Expand All @@ -52,7 +52,7 @@ public void Can_Be_Read_From_Configuration()
{
""Name"": ""orders_submitted"",
""Description"": ""Number of submitted orders"",
""Type"": ""Counter""
""Type"": ""ObservableCounter""
}
]
}
Expand Down

0 comments on commit a32c005

Please sign in to comment.