You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think currently zPages should contain following components:
a custom span processor(zPage processor I guess) to collect spans.
an aggregatorto collect sample span, and record related metrics (running, error, latency buckets counts, etc.)
a http server to serve those data to users.
I'd image we could combine aggregator and http server and let them running in backgroud where zPage processor "export" spans through a channel shared with aggregator. If those sounds like a good start. I could dig around and work on it to see if there is any catch.
See the spec change for details open-telemetry/opentelemetry-specification#890
The text was updated successfully, but these errors were encountered: