-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[chore]: use testify instead of testing.Fatal or testing.Error in processor #36374
Merged
evan-bradley
merged 1 commit into
open-telemetry:main
from
mmorel-35:testifier/processor
Dec 4, 2024
Merged
[chore]: use testify instead of testing.Fatal or testing.Error in processor #36374
evan-bradley
merged 1 commit into
open-telemetry:main
from
mmorel-35:testifier/processor
Dec 4, 2024
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
mmorel-35
requested review from
TylerHelmuth,
bogdandrutu,
evan-bradley,
a team,
jpkrohling,
dashpole,
jmacd,
dmitryax and
fatsheep9146
as code owners
November 14, 2024 07:10
github-actions
bot
added
processor/attributes
Attributes processor
processor/cumulativetodelta
Cumulative To Delta processor
processor/deltatocumulative
processor/k8sattributes
k8s Attributes processor
processor/metricstransform
Metrics Transform processor
processor/probabilisticsampler
Probabilistic Sampler processor
processor/resourcedetection
Resource detection processor
processor/tailsampling
Tail sampling processor
processor/transform
Transform processor
labels
Nov 14, 2024
github-actions
bot
requested review from
Aneurysm9,
boostchicken,
kentquirk,
RichieSams and
sh0rez
November 14, 2024 07:10
mmorel-35
force-pushed
the
testifier/processor
branch
3 times, most recently
from
November 14, 2024 07:17
7b5af45
to
51418ed
Compare
mmorel-35
force-pushed
the
testifier/processor
branch
from
November 14, 2024 07:42
51418ed
to
fdb4830
Compare
mmorel-35
force-pushed
the
testifier/processor
branch
2 times, most recently
from
November 14, 2024 09:11
a1d207b
to
4a6648a
Compare
sh0rez
reviewed
Nov 14, 2024
mmorel-35
force-pushed
the
testifier/processor
branch
6 times, most recently
from
November 20, 2024 18:02
3b08021
to
1fbd6a3
Compare
mmorel-35
force-pushed
the
testifier/processor
branch
from
November 23, 2024 08:59
1fbd6a3
to
d5c5226
Compare
mmorel-35
force-pushed
the
testifier/processor
branch
from
December 1, 2024 08:13
d5c5226
to
4e9a583
Compare
TylerHelmuth
approved these changes
Dec 4, 2024
TylerHelmuth
added
ready to merge
Code review completed; ready to merge by maintainers
and removed
ready to merge
Code review completed; ready to merge by maintainers
labels
Dec 4, 2024
@mmorel-35 Could you resolve the conflict? |
…cessor Signed-off-by: Matthieu MOREL <[email protected]>
mmorel-35
force-pushed
the
testifier/processor
branch
from
December 4, 2024 17:46
4e9a583
to
c0a99af
Compare
evan-bradley
approved these changes
Dec 4, 2024
shivanthzen
pushed a commit
to shivanthzen/opentelemetry-collector-contrib
that referenced
this pull request
Dec 5, 2024
ZenoCC-Peng
pushed a commit
to ZenoCC-Peng/opentelemetry-collector-contrib
that referenced
this pull request
Dec 6, 2024
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this pull request
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
processor/attributes
Attributes processor
processor/cumulativetodelta
Cumulative To Delta processor
processor/deltatocumulative
processor/k8sattributes
k8s Attributes processor
processor/metricstransform
Metrics Transform processor
processor/probabilisticsampler
Probabilistic Sampler processor
processor/resourcedetection
Resource detection processor
processor/tailsampling
Tail sampling processor
processor/transform
Transform processor
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