zio / zio-telemetry

ZIO-powered OpenTelemetry library
https://zio.dev/zio-telemetry
Apache License 2.0
112 stars 55 forks source link

Opentelemetry-example doesn't collect data to Jaeger and Seq #832

Closed IvanFinochenko closed 4 months ago

IvanFinochenko commented 4 months ago

I run scripts from opentelemetry-example.md, open Jaeger UI and Seq UI and don't see any data.

grouzen commented 4 months ago

Did you change the providers? There are different tracing and logging providers available:

By default, we use stdout for the examples. There is a line in the doc that explains this: https://github.com/zio/zio-telemetry/blob/series/2.x/docs/opentelemetry-example.md?plain=1#L35 Perhaps the documentation regarding this part is not written in the best way.

IvanFinochenko commented 4 months ago

@grouzen Thanks for answer. I have opened PR with some fix