Skip to content

Commit

Permalink
Add OTLP support
Browse files Browse the repository at this point in the history
Signed-off-by: joeyyy09 <[email protected]>
  • Loading branch information
joeyyy09 committed Sep 4, 2024
1 parent 00fdcd8 commit 3196001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/integration/kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestKafkaStorage(t *testing.T) {
skip string
}{
{encoding: "otlp_proto"},
{encoding: "otlp_json", skip: "not supported: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33627"},
{encoding: "otlp_json", },
{encoding: "jaeger_proto"},
{encoding: "jaeger_json"},
}
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,5 @@ require (
)

replace github.com/Shopify/sarama => github.com/Shopify/sarama v1.33.0

replace github.com/open-telemetry/opentelemetry-collector-contrib => github.com/joeyyy09/opentelemetry-collector-contrib v0.0.0-20240903185458-b01b63380ae2

0 comments on commit 3196001

Please sign in to comment.