Christian P

Results 3 comments of Christian P

Hey, I'm also experiencing this, could it be parsed as a proper date string instead?In FastAPI for instance, if you select a parameter as `datetime.date` the string format becomes YYYY-MM-DD...

I'm getting the same error with a similar setup ` let tracer = opentelemetry_jaeger::new_agent_pipeline() .with_endpoint("127.0.0.1:6831") .install_batch(Tokio); ` And running the jeager all in one image using `docker run -d --name...