Prometheus Statsd Exporter
Last updated
Was this helpful?
Was this helpful?
http://localhost:9102/metricsscrape_configs:
- job_name: "Statsd"
static_configs:
- targets: ["localhost: 9102"]remote_write:
- url: "https://<your-ascent-env>/v1/receive/prometheus"
tls_config:
insecure_skip_verify: true
authorization:
type: "Bearer"
credentials: "<YOUR_INGEST_TOKEN>"write_relabel_configs:
- action: replace
source_labels: [__name__]
regex: "(.*)"
target_label: __name__
replacement: "ascent_$1"statsd_exporter_tag_errors_total
statsd_exporter_tcp_connections_total
statsd_exporter_udp_packets_total