File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
3427transforms :
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-
6045sinks :
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
You can’t perform that action at this time.
0 commit comments