Skip to content

Latest commit

 

History

History

README.md

Faro Receiver

This receiver can receive telemetry data in Faro format that adheres to the Faro OpenAPI schema.

Status
Stability alpha: logs, traces
Distributions contrib
Issues Open issues Closed issues
Code coverage codecov
Code Owners @dehaansa, @rlankfo, @mar4uk

Receiver Configuration

Faro follows the confighttp configuration, some examples are shown below

Example Configuration

receivers:
  faro:
    endpoint: 'localhost:8081'

Advanced Configuration

receivers:
  faro:
    endpoint: 'localhost:8081'
    cors:
      allowed_origins: "*"