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

Asynchronous (background) transport for traces, logs and metrics (#101) #102

Merged
merged 5 commits into from
Oct 1, 2024

Conversation

intuibase
Copy link
Contributor

@intuibase intuibase commented Sep 30, 2024

Closes #101

Native part exposes two functions to PHP part:
Elastic\Otel\HttpTransport\initialize
Elastic\Otel\HttpTransport\enqueue

feature can be disabled with environment variable ELASTIC_OTEL_ASYNC_TRANSPORT=false

@intuibase intuibase self-assigned this Sep 30, 2024
SergeyKleyman
SergeyKleyman previously approved these changes Oct 1, 2024
@intuibase intuibase merged commit fa88ab1 into elastic:main Oct 1, 2024
19 checks passed
@intuibase intuibase deleted the 101_background_sending branch October 1, 2024 19:44
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.

Implement asynchronous http transfer
2 participants