diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index 964044cccf084..6c2342bca29be 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -163,6 +163,7 @@ jobs: redis source socket source splunk_hec source + static_metrics source statsd source stdin source syslog source diff --git a/website/cue/reference/components/sources/static_metrics.cue b/website/cue/reference/components/sources/static_metrics.cue index e7846de1708ed..d6b40f354dc22 100644 --- a/website/cue/reference/components/sources/static_metrics.cue +++ b/website/cue/reference/components/sources/static_metrics.cue @@ -62,7 +62,8 @@ components: sources: static_metrics: { name: "heartbeat" kind: "absolute" value: - gauge: 1 + gauge: + value: 1 tags: env: "${ENV}" },