Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjkeller authored Jun 1, 2022
1 parent 7f2b88e commit bcb0308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Attributes commonAttributes = new Attributes()
.put("appName", "Your Application Name Here")
.put("other", "any other common attributes you wish");
MetricAttributeCustomizer mergeAttributesFromTaggedMetricName =
MetricAttributesCustomizer mergeAttributesFromTaggedMetricName =
(name, metric, attributes) -> {
Attributes tagsAsAttributes = new Attributes();
Expand Down

0 comments on commit bcb0308

Please sign in to comment.