Closed
Description
in stateless/paas environments, we want trace-event data to be written to a configurable, arbitrary "sink" (i.e., a stream that can be a socket, file, ...).
- can configure with an arbitrary file path
- network socket
- local shared memory?
For context, at diagnostics summit, we discussed getting "failure" data off of stateless environments in general. We identified three types of data we're interested in:
- stdout/stderr
- core dumps
- trace events
stdout/stderr is configurable by redirecting the stream.
core dumps are configurable via the host environment
This leaves only trace-event data that we want to configure.
Metadata
Metadata
Assignees
Labels
No labels