jaegertracing / jaeger-idl

A set of shared data model definitions used by Jaeger components.
http://jaegertracing.io/
Apache License 2.0
82 stars 72 forks source link

Document required fields in api_v3 #80

Closed pavolloffay closed 3 years ago

pavolloffay commented 3 years ago

Example query:

curl -H "Content-Type: application/json" http://localhost:16686/v3/traces\?query.serviceName\=jaeger-query\&query.start_time_min\="2021-07-01T01:00:00Z"\&query.start_time_max\=2021-07-03T01:00:00Z\&query.duration_min\=0\&query.duration_max\=10s\&query.num_traces\=150000

Documenting this as it took me a while to realize which parameters are required and what is the format.

pavolloffay commented 3 years ago

Duration should not be required. I have changed it.