Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[id="configuring_remote_write_storage_{context}"]
= Configuring remote write storage

[role="_abstract"]
You can configure remote write storage to enable Prometheus to send ingested metrics to remote systems for long-term storage.
Doing so has no impact on how or for how long Prometheus stores metrics.

Expand Down Expand Up @@ -121,18 +122,18 @@ data:
prometheusK8s:
remoteWrite:
- url: "https://remote-write.endpoint"
tlsConfig:
ca:
secret:
tlsConfig:
ca:
secret:
name: selfsigned-mtls-bundle
key: ca.crt
cert:
secret:
name: selfsigned-mtls-bundle
key: client.crt
keySecret:
name: selfsigned-mtls-bundle
key: ca.crt
cert:
secret:
name: selfsigned-mtls-bundle
key: client.crt
keySecret:
name: selfsigned-mtls-bundle
key: client.key
key: client.key
----

. Add write relabel configuration values after the authentication credentials:
Expand Down
2 changes: 1 addition & 1 deletion monitoring/configuring-the-monitoring-stack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ include::modules/monitoring-modifying-retention-time-for-prometheus-metrics-data
* xref:../scalability_and_performance/optimizing-storage.adoc#optimizing-storage[Optimizing storage]

// Configuring remote write storage for Prometheus
include::modules/monitoring-configuring-remote-write.adoc[leveloffset=+1]
include::modules/monitoring-configuring-remote-write-storage.adoc[leveloffset=+1]

[role="_additional-resources"]
.Additional resources
Expand Down