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

Add configurator and oteltest job #531

Merged
merged 7 commits into from
Oct 31, 2024
Merged

Add configurator and oteltest job #531

merged 7 commits into from
Oct 31, 2024

Conversation

pmcollins
Copy link
Contributor

This change adds a SplunkConfigurator class which defers to upstream to perform OTel configuration. It also adds an oteltest github workflow job.

@pmcollins pmcollins marked this pull request as ready for review October 28, 2024 20:46
Also tell github to run workflow on v2 branch.
Test was incompatible with python 3.10 and up. Not worth the effort at this time to straddle compatibility between different APIs.
ep = eps.get("opentelemetry_instrumentor")[0]
assert is_system_metrics_instrumentor(ep)

distro_ep = eps.get("opentelemetry_distro")[0]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This API is different between versions of Python. Decided to remove this test for now as the benefits of this trivial test are not worth the added complexity of handling different APIs across versions of Python.

@pmcollins pmcollins merged commit abe4a92 into v2 Oct 31, 2024
16 checks passed
@pmcollins pmcollins deleted the v2-configurator branch October 31, 2024 17:48
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