Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.92 KB

File metadata and controls

40 lines (29 loc) · 1.92 KB

Faro Receiver

Status
Stability development: logs, traces
Distributions []
Issues Open issues Closed issues
Code Owners @dehaansa, @rlankfo, @mar4uk

Faro Receiver

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

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: "*"