Skip to content

Conversation

basepi
Copy link
Contributor

@basepi basepi commented Nov 19, 2021

Related issues

Closes #1362

@basepi basepi self-assigned this Nov 19, 2021
@ghost
Copy link

ghost commented Nov 19, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-03-08T17:02:53.964+0000

  • Duration: 20 min 59 sec

Test stats 🧪

Test Results
Failed 0
Passed 4824
Skipped 3207
Total 8031

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /test linters : Run the Python linters only.

  • /test full : Run the full matrix of tests.

  • /test benchmark : Run the APM Agent Python benchmarks tests.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

Didn't actually do the testing I mentioned, but tuples are safer than mutating in place.
Copy link
Contributor

@beniwohli beniwohli left a comment

Choose a reason for hiding this comment

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

Looks great! It would be interesting to know if this has any negative effects on performance. And if it does, I wonder if using a list of tuples instead of a tuple of tuples would help, as we wouldn't be constantly recreating the outer container.

@basepi basepi marked this pull request as ready for review March 2, 2022 17:44
@basepi basepi requested a review from beniwohli March 2, 2022 17:44
@basepi basepi changed the title [WIP] opentelemetry bridge opentelemetry bridge Mar 2, 2022
Copy link
Contributor

@beniwohli beniwohli left a comment

Choose a reason for hiding this comment

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

Some minor comments, other than that LGTM!

@basepi basepi merged commit 6ddc155 into elastic:main Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants