Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming http utility lib to otel_http #358

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bryannaegele
Copy link
Collaborator

We'd like to rename the unused opentelemetry_instrumentation_http library to otel_http as we think that namespace has no chance of collision in the API and the utility nature wouldn't pose an issue of moving anything should that ever happen.

This should make DX nicer with the shorter name.

This was referenced Aug 17, 2024
@@ -1,4 +1,4 @@
-module(opentelemetry_instrumentation_http).
-module(otel_http).

-if(?OTP_RELEASE >= 27).
-define(MODULEDOC(Str), -moduledoc(Str)).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In line 42 there is a comment with opentelemetry_instrumentation_http

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants