Skip to content

Commit 88e4ed5

Browse files
committed
Merge remote-tracking branch 'upstream/main' into 2025/add/fluentd
2 parents 57947e3 + a96bb9e commit 88e4ed5

File tree

3 files changed

+4
-38
lines changed

3 files changed

+4
-38
lines changed

services/logging/scripts/alerts.template.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -116,40 +116,6 @@
116116
grace_period_ms: 0
117117
backlog_size: 99
118118
alert: true
119-
- title: "${MACHINE_FQDN}: Unhandled python exceptions or errors"
120-
description: "${MACHINE_FQDN}: Unhandled python exceptions or errors"
121-
priority: 3
122-
config:
123-
query: >
124-
(message:"Traceback (most recent call last):" OR (ERROR AND NOT container_name:/monitoring.*/)) AND NOT container_name:/.*logging_graylog.*/'
125-
query_parameters: []
126-
search_within_ms: 86400000
127-
execute_every_ms: 86400000
128-
event_limit: 1000
129-
group_by: []
130-
series: []
131-
conditions: {}
132-
type: aggregation-v1
133-
field_spec:
134-
source:
135-
data_type: string
136-
providers:
137-
- type: template-v1
138-
template: "${source.source}"
139-
require_values: false
140-
container_name:
141-
data_type: string
142-
providers:
143-
- type: template-v1
144-
template: "${source.container_name}"
145-
require_values: false
146-
key_spec:
147-
- source
148-
- container_name
149-
notification_settings:
150-
grace_period_ms: 0
151-
backlog_size:
152-
alert: true
153119
- title: "${MACHINE_FQDN}: Payments service errors or warnings"
154120
description: "${MACHINE_FQDN}: Payments service errors or warnings"
155121
priority: 2

services/monitoring/prometheus/prometheus-simcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ scrape_configs:
5858
- "tasks.staging_director"
5959
- "tasks.master_director"
6060
type: "A"
61-
port: 8080
61+
port: 8000
6262
- names:
6363
- "tasks.production_director-v2"
6464
- "tasks.staging_director-v2"

services/simcore/docker-compose.yml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
# NOTE: apiserver does not need sslheader since there is no socket.io
9393
- traefik.http.routers.${SWARM_STACK_NAME}_api-server.middlewares=${SWARM_STACK_NAME}_gzip@swarm
9494
- traefik.http.routers.${SWARM_STACK_NAME}_apiserver_swagger.service=${SWARM_STACK_NAME}_api-server
95-
- traefik.http.routers.${SWARM_STACK_NAME}_apiserver_swagger.rule=PathPrefix(`/dev/`)
95+
- traefik.http.routers.${SWARM_STACK_NAME}_apiserver_swagger.rule=PathPrefix(`/dev/`) || PathPrefix(`/doc/`) || PathPrefix(`/doc`)
9696
- traefik.http.routers.${SWARM_STACK_NAME}_apiserver_swagger.entrypoints=simcore_api
9797
- traefik.http.routers.${SWARM_STACK_NAME}_apiserver_swagger.priority=6
9898
update_config:
@@ -227,7 +227,7 @@ services:
227227
- traefik.http.routers.${SWARM_STACK_NAME}_webserver.middlewares=${SWARM_STACK_NAME}_gzip@swarm, ${SWARM_STACK_NAME_NO_HYPHEN}_sslheader
228228
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_swagger.service=${SWARM_STACK_NAME}_webserver
229229
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_swagger.middlewares=${SWARM_STACK_NAME}_gzip@swarm, ${SWARM_STACK_NAME_NO_HYPHEN}_sslheader
230-
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_swagger.rule=PathPrefix(`/dev/`)
230+
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_swagger.rule=PathPrefix(`/dev/`) || PathPrefix(`/doc/`) || PathPrefix(`/doc`)
231231
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_swagger.entrypoints=http
232232
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_swagger.priority=6
233233
- traefik.http.middlewares.${SWARM_STACK_NAME_NO_HYPHEN}_webserver_swagger_auth.basicauth.users=${TRAEFIK_USER}:${TRAEFIK_PASSWORD}
@@ -770,7 +770,7 @@ services:
770770
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http.tls=true
771771
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http.middlewares=ops_gzip@swarm, ops_sslheader@swarm, ops_ratelimit@swarm
772772
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http.service=${SWARM_STACK_NAME}_simcore_http
773-
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http.rule=((${DEPLOYMENT_FQDNS_CAPTURE_TRAEFIK_RULE_CATCHALL}) && PathPrefix(`/`)) || ( (PathPrefix(`/dashboard`) || PathPrefix(`/api`) ) && Host(`traefikdashboard.${MACHINE_FQDN}`))
773+
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http.rule=((${DEPLOYMENT_FQDNS_CAPTURE_TRAEFIK_RULE_CATCHALL}) && PathPrefix(`/`)) || ( (PathPrefix(`/dashboard`) || PathPrefix(`/api`) || PathPrefix(`/doc`) ) && Host(`traefikdashboard.${MACHINE_FQDN}`))
774774
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_http.priority=3
775775
# oSparc publicAPI
776776
- traefik.http.routers.${SWARM_STACK_NAME}_simcore_api.rule=(${DEPLOYMENT_API_DOMAIN_CAPTURE_TRAEFIK_RULE}) && PathPrefix(`/`)

0 commit comments

Comments
 (0)