You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ci/release_notes.md
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
### Breaking changes
4
4
5
5
* The grafana password must be explicitelly set (it does not default to `admin` anymore)
6
+
* Prometheus properties `prometheus.storage.remote.graphite*`, `prometheus.storage.remote.influxdb*` and `prometheus.storage.remote.opentsdb*` have been removed in favor of the new `prometheus.remote_write` configuration.
description: "The size in bytes for the label pair to fingerprints index cache"
73
-
prometheus.storage.local.max_chunks_to_persist:
74
-
description: "How many chunks can be waiting for persistence before sample ingestion will be throttled "
75
-
prometheus.storage.local.memory_chunks:
76
-
description: "How many chunks to keep in memory"
77
77
prometheus.storage.local.num_fingerprint_mutexes:
78
78
description: "The number of mutexes used for fingerprint locking"
79
79
prometheus.storage.local.pedantic_checks:
@@ -84,26 +84,8 @@ properties:
84
84
description: "If 0 or smaller, truncation will be performed even for a single dropped chunk, while 1 or larger will effectively prevent any truncation"
85
85
prometheus.storage.local.series_sync_strategy:
86
86
description: "When to sync series files after modification"
87
-
prometheus.storage.remote.graphite.address:
88
-
description: "The host:port of the remote Graphite server to send samples to. None, if empty"
89
-
prometheus.storage.remote.graphite.prefix:
90
-
description: "The prefix to prepend to all metrics exported to Graphite. None, if empty"
91
-
prometheus.storage.remote.graphite.transport:
92
-
description: "Transport protocol to use to communicate with Graphite"
93
-
prometheus.storage.remote.influxdb.url:
94
-
description: "The URL of the remote InfluxDB server to send samples to. None, if empty"
95
-
prometheus.storage.remote.influxdb.database:
96
-
description: "The name of the database to use for storing samples in InfluxDB"
0 commit comments