Skip to content

Commit

Permalink
Fix typos in readme (bmuller#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanvliet authored Aug 2, 2023
1 parent 2f0775a commit 0c52767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/telemetry_metrics_cloudwatch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ defmodule TelemetryMetricsCloudwatch do
* Byte sizes: `:byte`, `:kilobyte`, `:megabyte`, `:gigabyte`, `:terabyte`
* Bit sizes: `:bit`, `:kilobit`, `:megabit`, `:gigabit`, `:terabit`
For `Telementry.Metrics.Counter`s, the unit will always be `:count`. Otherwise, the unit will be treated as `nil`.
For `Telemetry.Metrics.Counter`s, the unit will always be `:count`. Otherwise, the unit will be treated as `nil`.
## Notes on AWS
Expand All @@ -93,7 +93,7 @@ defmodule TelemetryMetricsCloudwatch do
if your metrics are:
summary("my_app.repo.query.total_time", unit: {:nanosecond, :millisecond})
count("my_app.repo.query.total_time")
counter("my_app.repo.query.total_time")
Then the metric names in CloudWatch will be:
Expand Down

0 comments on commit 0c52767

Please sign in to comment.