Skip to content

Commit 60be929

Browse files
authored
Merge pull request #484 from databuddy-analytics/staging
chore(infra): drop dead redpanda metrics source from Vector
2 parents dd64984 + c033035 commit 60be929

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

infra/ingest/vector.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ sources:
2424
decoding:
2525
codec: json
2626

27-
redpanda_metrics:
28-
type: prometheus_scrape
29-
endpoints:
30-
- "${REDPANDA_METRICS_ENDPOINT}"
31-
scrape_interval_secs: 15
32-
scrape_timeout_secs: 5
33-
3427
transforms:
3528
route_analytics:
3629
type: route
@@ -49,14 +42,6 @@ transforms:
4942
uptime_checks: '.topic == "analytics-uptime-checks"'
5043
link_visits: '.topic == "analytics-link-visits"'
5144

52-
redpanda_metrics_transform:
53-
type: remap
54-
inputs:
55-
- redpanda_metrics
56-
source: |
57-
.tags.cluster = "${REDPANDA_CLUSTER_NAME}"
58-
.tags.env = "${ENVIRONMENT}"
59-
6045
sinks:
6146
clickhouse_events:
6247
type: clickhouse
@@ -285,11 +270,3 @@ sinks:
285270
path: /var/log/vector/dead_letters.log
286271
encoding:
287272
codec: json
288-
289-
axiom_redpanda_metrics:
290-
type: axiom
291-
inputs:
292-
- redpanda_metrics_transform
293-
dataset: "${AXIOM_DATASET}"
294-
token: "${AXIOM_TOKEN}"
295-
compression: gzip

0 commit comments

Comments
 (0)