-
Notifications
You must be signed in to change notification settings - Fork 223
Can it be applied to swoole? #892
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexamplesThis issues is related to code examplesThis issues is related to code exampleshelp wantedThis issue is looking for someone to work on itThis issue is looking for someone to work on itinstrumentationIssues that relate to instrumentation for OpenTelemetry PHPIssues that relate to instrumentation for OpenTelemetry PHP
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationexamplesThis issues is related to code examplesThis issues is related to code exampleshelp wantedThis issue is looking for someone to work on itThis issue is looking for someone to work on itinstrumentationIssues that relate to instrumentation for OpenTelemetry PHPIssues that relate to instrumentation for OpenTelemetry PHP
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue in opentelemetry-specification first.
Is your feature request related to a problem?
swoole is coroutine framework, but I can't see how to apply it on swoole.
Describe the solution you'd like
I need to apply it on swoole.
Describe alternatives you've considered
no
Additional context
I try to use example to swoole, but there will be concurrency problems in the same process, so I am looking for a solution.
thanks.