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

fixing warnings from local build #1277

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

brettmc
Copy link
Collaborator

@brettmc brettmc commented Apr 18, 2024

A couple of warnings have popped up recently:

  • docker compose 'version' is deprecated
  • BSD host id test was running a command that doesn't exist, which was visible in test output (removed test case)
  • synchronous metric stream test was triggering a warnings which was visible in test output (changed to use LogsMessagesTrait)
  • resource merging with different schema URLs was triggering a warnings from Config test (updated yaml schema_url and documented)

A couple of warnings have popped up recently:
- docker compose 'version' is deprecated
- BSD host id test was running a command that doesn't exist, which was visible in test output (removed test case)
- synchronous metric stream test was triggering a warnings which was visible in test output (changed to use LogsMessagesTrait)
- resource merging with different schema URLs was triggering a warnings from Config test (updated yaml schema_url and documented)
@brettmc brettmc requested a review from a team April 18, 2024 06:09
@brettmc brettmc merged commit 5019361 into open-telemetry:main Apr 18, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants