Skip to content

Commit

Permalink
fix typo in async-instruments template
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Feb 12, 2024
1 parent 411661b commit 86197db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# For a detailed description, see the OpenTelemetry docs:
# https://opentelemetry.io/docs/languages/python/instrumentation/#creating-and-using-asynchronous-instruments

vinywaji_meter = metrics.get_meter("{{ cookiecutter.project_slug }}")
{{ cookiecutter.project_slug }}_meter = metrics.get_meter("{{ cookiecutter.project_slug }}")


def create_async_instruments():
Expand Down

0 comments on commit 86197db

Please sign in to comment.