We have defined the basic shape and content of the Tape by default, and so far it seems to be working well.
I'm considering whether to allow more flexibility so that users can define their own tape formats.
One key idea is whether Tape can be allowed to interface directly with the otel or logger services in a relatively schemaless manner, in order to reuse existing infrastructure as much as possible.
- Data can be ingested, and outputted directly in defined formats.
- Consumption occurs via Tape, directly alongside the Agent.
- We just provide the ability to define and use formats, without including anything beyond the default formats.
A ref branch for discuss https://github.com/bubbuild/republic/tree/codex/tape-format
We have defined the basic shape and content of the Tape by default, and so far it seems to be working well.
I'm considering whether to allow more flexibility so that users can define their own tape formats.
One key idea is whether Tape can be allowed to interface directly with the otel or logger services in a relatively schemaless manner, in order to reuse existing infrastructure as much as possible.
A ref branch for discuss https://github.com/bubbuild/republic/tree/codex/tape-format