Skip to content

Latest commit

 

History

History

README.md

STEF Receiver

Receives data via gRPC in OTel/STEF format.

Status
Stability alpha: metrics
Distributions contrib
Issues Open issues Closed issues
Code coverage codecov
Code Owners @tigrannajaryan, @MovieStoreGuy, @dmitryax, @atoulme, @pjanotti, @crobert-1

For more about OTel/STEF, see STEF exporter docs.

Configuration

  • endpoint (default = localhost:4320 for grpc protocol): host:port on which the receiver is going to receive data. Refer to naming documentation for valid syntax for host part.
  • ack_interval (default: 10ms). The periodical interval of time when sending acknowledgements back to the client.

Example:

stef:
  endpoint: 0.0.0.0:4320

OTel/STEF is a compact and fast telemetry format.

STEF receiver supports the following advanced settings: