Skip to content

Commit

Permalink
Rename to metrics data
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jun 8, 2022
1 parent fd7522b commit 06974a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def __init__(
self,
out: IO = stdout,
formatter: Callable[
["opentelemetry.sdk.metrics.export.Metric"], str
] = lambda metric: metric.to_json()
["opentelemetry.sdk.metrics.export.MetricsData"], str
] = lambda metrics_data: metrics_data.to_json()
+ linesep,
):
self.out = out
Expand Down

0 comments on commit 06974a1

Please sign in to comment.