|
|
|
|
|
by wikibob
2542 days ago
|
|
Just a question, are you familiar with work that's been done on the OpenCensus Collector and Agent [0]? There was discussion earlier this year about creating a design doc for OpenCensus to handle logs. I'm not sure if that got finished, or it was sidelined while the OpenCensus & OpenTracing merger was worked on. Both projects will combine under the OpenTelemetry name. I've been quite happy with the OpenCensus instrumentation SDKs. I think the Logs & Metrics space is interesting, especially because there is so much overlap, both are just ways of representing data about an event that occurred in the software. OpenCensus is fairly widely backed: Google, Microsoft, Etsy, Scalyr...[1] [0] https://github.com/census-instrumentation/opencensus-service... [1] https://opencensus.io/community/users/ |
|
Vector's perspective is that your applications and infrastructure are already emitting all kinds of interesting data via logs, metrics, etc, and the primary challenge is to collect, enrich, and manage the storage of that data. We have no plans to integrate Vector into your application or introduce some kind of Vector-specific method of exporting data.
We'll definitely be watching OpenTelemetry as it moves forward and would very much like to be a compatible part of that ecosystem. To the degree that they use common open standards for their communication protocols, that could just fall out naturally.