Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 433 Bytes

pubsub.md

File metadata and controls

16 lines (11 loc) · 433 Bytes

Pub/Sub

Exporter

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

exporters:
  pubsub:
    project_id: "${PUBSUB_PROJECT_ID}"
    topic_name: "${PUBSUB_TOPIC_NAME}"

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

Full SLO config