[UTR Logging] Update confgenerator tests to test otlp_exporter+otel_logging combined#2232
Open
XuechunHou wants to merge 20 commits intomasterfrom
Open
[UTR Logging] Update confgenerator tests to test otlp_exporter+otel_logging combined#2232XuechunHou wants to merge 20 commits intomasterfrom
XuechunHou wants to merge 20 commits intomasterfrom
Conversation
6aaed1b to
040bd9c
Compare
040bd9c to
6595b1e
Compare
e35c519 to
2f848a4
Compare
| headers: | ||
| User-Agent: Google-Cloud-Ops-Agent-Metrics/latest (BuildDistro=build_distro;Platform=linux;ShortName=linux_platform;ShortVersion=linux_platform_version) | ||
| extensions: | ||
| file_storage: |
Contributor
There was a problem hiding this comment.
Are we removing this on purpose?
Contributor
Author
There was a problem hiding this comment.
Yes, this is because I disabled the otel_logging experiment for this test, leaving only otlp_logging and otlp_exporter enabled.
The OTLP receiver hasn’t been configured to use the file_storage extension yet. Since otel_logging is turned off, other logging pipelines have switched back to FB. Consequently, the file_storage extension was removed because no active OTLP logging pipeline is utilizing it.
2f848a4 to
3c700f4
Compare
3c700f4 to
2abc921
Compare
fb19eeb to
1c6b3f2
Compare
rafaelwestphal
approved these changes
Mar 17, 2026
This file contains hidden or 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
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
Update the existing confgenerator tests that have the
otel_loggingexperiment enabled to also generate an OTel configuration file with bothotel_loggingandotlp_exporterturned on. Store the result inotel_otlpexporter.yamlalongsideotel.yaml.Related issue
b/490106792
How has this been tested?
Confgenerator test
Checklist: