Skip to content

Commit 22df463

Browse files
authored
Added missing . in metric descriptions.
1 parent 2595110 commit 22df463

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Roastery/Metrics/RoasteryMetrics.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public IEnumerable<LogEvent> ToLogEvents(ILogger logger, PropertyNameMapping pro
4949
{
5050
kind = "Exponential",
5151
unit = "ms",
52-
description = "The time taken to fully process a request"
52+
description = "The time taken to fully process a request."
5353
}
5454
},
5555
new Dictionary<string, object>
@@ -78,13 +78,13 @@ public IEnumerable<LogEvent> ToLogEvents(ILogger logger, PropertyNameMapping pro
7878
{
7979
kind = "Sum",
8080
unit = "order",
81-
description = "An order was created"
81+
description = "An order was created."
8282
},
8383
[nameof(OrderShipped)] = new
8484
{
8585
kind = "Sum",
8686
unit = "order",
87-
description = "An order was shipped"
87+
description = "An order was shipped."
8888
}
8989
},
9090
new Dictionary<string, object>

0 commit comments

Comments
 (0)