OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
1–10 of 22 posts
Re: OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
#2Re: OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
#3One of the contributors to OpenCensus here - feel free to ask any questions!
Maybe a dumb question (and I certainly haven't read enough): Any plans or projects that decouple language support from exporter/backend support? Bummer to see a bit of fragmentation there, of course can understand architectural reasons for it.
Re: OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
#4One of the contributors to OpenCensus here - feel free to ask any questions!
Really cool project! Thanks for sharing. Maybe a dumb question (and I certainly haven't read enough): Any plans or projects that decouple language support from exporter/backend support? Bummer to see a bit of fragmentation there, of course can understand architectural reasons for it.
Re: OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
#5One of the contributors to OpenCensus here - feel free to ask any questions!
Really cool project! Thanks for sharing. Maybe a dumb question (and I certainly haven't read enough): Any plans or projects that decouple language support from exporter/backend support? Bummer to see a bit of fragmentation there, of course can understand architectural reasons for it.
Re: OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
#6Re: OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
#7Earlier quoted context omitted.
Really cool project! Thanks for sharing. Maybe a dumb question (and I certainly haven't read enough): Any plans or projects that decouple language support from exporter/backend support? Bummer to see a bit of fragmentation there, of course can understand architectural reasons for it.
I think that will eventually be solved by https://github.com/census-instrumentation/opencensus-service
Re: OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
#8How does the tracing API differ from the open tracing APIs? Pros/cons as compared to that standardization effort?
Re: OpenCensus – Vendor-agnostic libraries to provide metrics collection and tracing
#9How does the tracing API differ from the open tracing APIs? Pros/cons as compared to that standardization effort?
OT defines an API that various tracers can implement while OC ships a single implementation that tracing vendors can export data from.
OT is focused on traces, OC aims to support move observability signals. Traces and stats are available today. Logs and error tracking are on the roadmap.
There’s a few other differences, but those are the main ones.