-
Notifications
You must be signed in to change notification settings - Fork 807
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
fix(exporter-logs-otlp-http): add @opentelemetry/api-logs as dependency #3968
Merged
pichlermarc
merged 10 commits into
open-telemetry:main
from
dynatrace-oss-contrib:fix/http-logs-exporter-dependencies
Aug 29, 2023
Merged
fix(exporter-logs-otlp-http): add @opentelemetry/api-logs as dependency #3968
pichlermarc
merged 10 commits into
open-telemetry:main
from
dynatrace-oss-contrib:fix/http-logs-exporter-dependencies
Aug 29, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ndency, add @opentelemetry/api-logs depenency
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3968 +/- ##
=======================================
Coverage 90.52% 90.52%
=======================================
Files 159 159
Lines 3757 3757
Branches 835 835
=======================================
Hits 3401 3401
Misses 356 356 |
dyladan
reviewed
Jul 6, 2023
pichlermarc
changed the title
fix(exporter-logs-otlp-http): add @opentelemetry/api as peer/dev dependency, add @opentelemetry/api-logs depenency
fix(exporter-logs-otlp-http): add @opentelemetry/api-logs as depenency
Jul 31, 2023
pichlermarc
changed the title
fix(exporter-logs-otlp-http): add @opentelemetry/api-logs as depenency
fix(exporter-logs-otlp-http): add @opentelemetry/api-logs as dependency
Jul 31, 2023
dyladan
approved these changes
Aug 23, 2023
dyladan
added
the
Merge:LGTM
This PR is ready to be merged by a Maintainer (has enough valid approvals, successful build, etc.)
label
Aug 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Merge:LGTM
This PR is ready to be merged by a Maintainer (has enough valid approvals, successful build, etc.)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which problem is this PR solving?
The docs workflow is failing as the dependency to
@opentelemetry/api
is missing (edit: fixed in the meantime by #4020). This PR adds@opentelemetry/api
as a peerand devdependency.@opentelemetry/api-logs
was listed as a peer dependency. As@opentelemetry/api-logs
is still experimental, this PR moves it to dependencies.@opentelemetry/api
being missing is likely not a problem when using the exporter, as it is included in other dependencies. However, it should be listed as a peer dependency regardless.Type of change
How Has This Been Tested?
docs
script locally