Skip to content

Commit c06f569

Browse files
Fix: tempo remote writer reciever issue (ITISFoundation#1130)
* wip * Add csi-s3 and have portainer use it * Change request @Hrytsuk 1GB max portainer volume size * Arch Linux Certificates Customization * Fix pgsql exporter failure * [Kubernetes] Introduce on-prem persistent Storage (Longhorn) 🎉 (ITISFoundation#979) * Introduce longhorn chart * Further longhorn configuration * Longhorn: further settings configuration * Fix longhorn configuration bugs Extra: introduce longhorn pv vales for portainer * Add comment for deletion longhorn * Further longhorn configuration * Add README.md for Longhorn wit FAQ * Update Longhorn readme * Update readme * Futher LH configuration * Update LH's Readme * Update Longhorn Readme * Improve LH's Readme * LH: Reduce reserved default disk space to 5% Since we use a dedicated disk for LH, we can go ahead with 5% * Use values to set Longhorn storage class * Update LH's Readme * LH Readme: add requirements reference * PR Review: bring back portainer s3 pv * LH: decrease portinaer volume size * Experimental: Try to add tracing to simcore-traefik on master * Fixes ITISFoundation/osparc-simcore#7363 * Fix ITISFoundation#1117 * fix --------- Co-authored-by: Dustin Kaiser <[email protected]> Co-authored-by: YH <[email protected]>
1 parent 6ceff6e commit c06f569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/monitoring/docker-compose.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ services:
3939
- "--config.file=/etc/prometheus/prometheus.yml"
4040
- "--storage.tsdb.path=/prometheus"
4141
- "--storage.tsdb.retention=${MONITORING_PROMETHEUS_RETENTION}"
42+
- "--web.enable-remote-write-receiver"
4243
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
4344
- "--web.console.templates=/usr/share/prometheus/consoles"
4445
- "--web.external-url=https://${MONITORING_DOMAIN}/prometheus/"

0 commit comments

Comments
 (0)