s2.stream
resource
attribute. You’d typically set it when initializing your TracerProvider,
MeterProvider,
or LoggerProvider.
For example, in Python, if you want all logs from process-a
to go to stream-a
, you need to configure it as follows:
OTLP/HTTP
endpoint supports both json
and proto
encodings. You need to set the Content-Type
header to
application/json
or application/x-protobuf
accordingly.
Below is our recommended config for the exporter:
create-stream-on-append
flag on, if you want streams to be created automatically
when signals are exported.sending_queue.num_consumers: 1
ensures batches are sent in order to S2. You can increase it if ordering is not a
concern.sending_queue.batch
config, please be aware of the limits [1, 2]
and how that will impact your changes.