chore: small observability fixes and improvements #71

Merged
ITQ merged 2 commits from feat/setup-observability-in-k8s into develop 2026-08-01 14:25:55 +00:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit b54217d289 - Show all commits
@@ -62,6 +62,8 @@ spec:
{{- if .Values.observability.enabled }}
- name: MANAGEMENT_METRICS_TAGS_APPLICATION
value: {{ .Values.observability.metrics.applicationTag | quote }}
- name: HTTP_SERVER_REQUESTS_HISTOGRAM_ENABLED
value: {{ .Values.observability.metrics.httpServerRequestsHistogram | quote }}
{{- end }}
{{- if $postgresEnv }}
{{- $postgresEnv | nindent 12 }}
+1 -1
View File
@@ -124,7 +124,7 @@ observability:
enabled: true
metrics:
applicationTag: movienight
httpServerRequestsHistogram: true
httpServerRequestsHistogram: "true"
vmagent:
scrapeInterval: 10s
backendJobName: movienight-backend
+1 -1
View File
@@ -84,7 +84,7 @@ management:
application: ${MANAGEMENT_METRICS_TAGS_APPLICATION:${spring.application.name}}
distribution:
percentiles-histogram:
http.server.requests: ${MANAGEMENT_METRICS_DISTRIBUTION_PERCENTILES_HISTOGRAM_HTTP_SERVER_REQUESTS:false}
http.server.requests: ${HTTP_SERVER_REQUESTS_HISTOGRAM_ENABLED:false}
info:
env:
enabled: true