-
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
[exporter/clickhouse] Fix incorrect ServiceName set for Logs Records #36350
[exporter/clickhouse] Fix incorrect ServiceName set for Logs Records #36350
Conversation
LGTM |
any plans when this will be merge, We are facing the same issue |
@SpencerTorres @Frapschen could you take a look? |
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.
Nice find. I wonder if this affects other telemetry types
Other types are not affected, you can see some proofs in #36349 |
Hi @Fiery-Fenix @SpencerTorres, any idea when this will be merged and deployed? |
There's multiple approvals but we need someone with permission to merge. I cannot merge. Usually @crobert-1 or @dmitryax have access |
Description
Fixing a bug in
clickhouseexporter
when ServiceName field in ClickHouse forotel_logs
table is set from previous Log Record, when current LogRecord doesn't haveservice.name
setLink to tracking issue
Fixes #36349
Testing
Respective unit test is added to code