jaegertracing / documentation

Documentation/website for the Jaeger Distributed Tracing project.
https://jaegertracing.io/
Apache License 2.0
68 stars 162 forks source link

document the query api so it could be used externally #645

Closed yuvalif closed 1 year ago

yuvalif commented 1 year ago

Which problem is this PR solving?

Short description of the changes

netlify[bot] commented 1 year ago

Deploy Preview for romantic-neumann-1959d7 ready!

Name Link
Latest commit 2401e5edec8f4ba7c593adecfdf68ded5e19313a
Latest deploy log https://app.netlify.com/sites/romantic-neumann-1959d7/deploys/64afb6f8f2f27200086f7d72
Deploy Preview https://deploy-preview-645--romantic-neumann-1959d7.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

yurishkuro commented 1 year ago

It is not documented intentionally, because this one is internal to Jaeger, not something we expect people to use.

yuvalif commented 1 year ago

It is not documented intentionally, because this one is internal to Jaeger, not something we expect people to use.

if this API is stable, it is very useful for automatic tools (where the UI is not really helpful). @jkowall we had a discussion about that in kubeconn EU 23. any coment?

yurishkuro commented 1 year ago

It doesn't matter if it's stable, we don't want to put a restriction on it to remain stable & backwards compatible, we want to be able to change it as needed without affecting users. The officially supported API is gRPC.