Commit 970a54a
authored
Clear trace response instead of metric response in
Summary: Addresses a couple of small-ish bugs
- `ConsumeSpans` is mistakenly clearing the `metrics_response_` (which
is used in `ConsumeMetrics`) instead of the `trace_response_`.
- There is a duplicate return statement in `OTelModule::Init`.
Type of change: /kind bug
Test Plan: CI, skaffold-ed standalone pem and ran OTel export scripts
Signed-off-by: Benjamin Kilimnik <bkilimnik@pixielabs.ai>OTelExportSinkNode::ConsumeSpans (#1910)1 parent 1d41f9b commit 970a54a
File tree
2 files changed
+1
-2
lines changed- src/carnot
- exec
- planner/objects
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | 341 | | |
343 | 342 | | |
344 | 343 | | |
| |||
0 commit comments