-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[extension/ecsobserver] Add docker label based matcher #3276
Merged
bogdandrutu
merged 1 commit into
open-telemetry:main
from
pingleig:ecssd-matcher-docker
May 11, 2021
Merged
[extension/ecsobserver] Add docker label based matcher #3276
bogdandrutu
merged 1 commit into
open-telemetry:main
from
pingleig:ecssd-matcher-docker
May 11, 2021
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
pingleig
force-pushed
the
ecssd-matcher-docker
branch
from
April 28, 2021 22:18
38e93ad
to
0d9d759
Compare
pingleig
changed the title
ext: ecsobserver Add docker label based matcher
[extension/ecsobserver] Add docker label based matcher
Apr 28, 2021
pingleig
force-pushed
the
ecssd-matcher-docker
branch
from
April 28, 2021 22:41
0d9d759
to
e8413b7
Compare
mxiamxia
reviewed
May 3, 2021
mxiamxia
approved these changes
May 3, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, LGTM!
pingleig
force-pushed
the
ecssd-matcher-docker
branch
3 times, most recently
from
May 4, 2021 21:09
9e70efc
to
6df9ea8
Compare
Aneurysm9
reviewed
May 5, 2021
pingleig
force-pushed
the
ecssd-matcher-docker
branch
from
May 5, 2021 18:19
6df9ea8
to
af89540
Compare
Aneurysm9
approved these changes
May 5, 2021
Please rebase and fix conflicts :) |
pingleig
force-pushed
the
ecssd-matcher-docker
branch
2 times, most recently
from
May 7, 2021 17:25
f55dde7
to
a6b77ea
Compare
@bogdandrutu Fixed the conflict. |
ping @bogdandrutu |
Split from open-telemetry#2734 - Get port number from label value - Check if the port number exists in container definition
pingleig
force-pushed
the
ecssd-matcher-docker
branch
from
May 11, 2021 17:25
a6b77ea
to
891ff2d
Compare
alexperez52
referenced
this pull request
in open-o11y/opentelemetry-collector-contrib
Aug 18, 2021
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
alexperez52
referenced
this pull request
in open-o11y/opentelemetry-collector-contrib
Aug 18, 2021
… extensions configuration map (#3340) This PR is a port of the configfrpc's ToDialOptions() and confighttp ToClient() from PR #3128 in a piece meal fashion. The following are the changes - Refactored configgrpc.PerRPCAuth as extension implementing configauth.GrpcClientAuthenticator - Plugged in extensions configuration to all the grpc based clients in the core (OTLP, OpenCensus, Jaeger, JaegerReceiver) - Plugged in extensions configuration to all the HTTP based clients in the core (Zipkin, OTLPHTTP) Link to tracking Issue: #3282 #3276 Testing: Unit tests, [manual test described (for only oidc)](#3128 (comment))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
Implements docker label based matching for Prometheus ECS discovery extension i.e. ecsobserver.
Split from #2734
Link to tracking Issue:
Pending PRs
Previous PRs
Testing:
unit test
Documentation:
No new doc. See existing doc