-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat(plugins) opentelemetry plugin #8826
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
changelog
chore
Not part of the core functionality of kong, but still needed
core/admin-api
core/balancer
core/cli
core/clustering
core/configuration
core/db
core/db/migrations
core/docs
core/language/go
core/language/js
core/language/python
core/pdk
core/proxy
core/templates
plugins/acl
plugins/acme
plugins/aws-lambda
plugins/bot-detection
plugins/hmac-auth
plugins/http-log
plugins/ip-restriction
plugins/jwt
plugins/ldap-auth
plugins/oauth2
plugins/prometheus
labels
May 20, 2022
mayocream
force-pushed
the
feat/opentelemetry-plugin
branch
from
May 31, 2022 11:36
a96b49c
to
c326b8e
Compare
mayocream
force-pushed
the
feat/opentelemetry-plugin
branch
from
May 31, 2022 12:35
2a36e23
to
b11c66d
Compare
mayocream
force-pushed
the
feat/opentelemetry-plugin
branch
8 times, most recently
from
June 1, 2022 13:51
a2c2159
to
ad59f8e
Compare
fffonion
reviewed
Jun 6, 2022
mayocream
force-pushed
the
feat/opentelemetry-plugin
branch
from
June 6, 2022 09:47
1d97e7f
to
1a88176
Compare
mayocream
force-pushed
the
feat/opentelemetry-plugin
branch
from
June 6, 2022 11:32
a33e37f
to
8af41e5
Compare
mayocream
force-pushed
the
feat/opentelemetry-plugin
branch
from
June 6, 2022 11:39
8af41e5
to
c71635a
Compare
fffonion
approved these changes
Jun 7, 2022
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changelog
chore
Not part of the core functionality of kong, but still needed
core/pdk
core/tracing
size/XXL
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add the OpenTelemetry plugin which pushes the build-in instrumentation to the backend server through the OTLP/HTTP protocol with Protobuf content type.
Note: merge using rebase strategy.
FT-2588