[Prometheus] filter or allowlist metrics before sending to the remote storage via remote_write in Prometheus
There are a few options to filter or allowlist metrics before they are sent to the remote storage via remote_write in Prometheus: 1. Use metric relabeling You can configure relabelling rules on the remote_write config to filter or transform metrics before they are sent. For example: This would only keep metrics matching the regex ^my_metric_.*…