Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 454 Bytes

File metadata and controls

19 lines (13 loc) · 454 Bytes

Pub/Sub

Exporter

The Pubsub exporter will export SLO reports to a Pub/Sub topic, in JSON format.

This allows teams to consume SLO reports in real-time, and take appropriate actions when they see a need.

Example config:

exporters:
  - class: Pubsub
    project_id: "${PUBSUB_PROJECT_ID}"
    topic_name: "${PUBSUB_TOPIC_NAME}"

Full SLO config