Daria Shevchenko
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with
8 additions and
8 deletions
-
application/src/main/resources/thingsboard.yml
-
edqs/src/main/resources/edqs.yml
-
msa/vc-executor/src/main/resources/tb-vc-executor.yml
-
transport/coap/src/main/resources/tb-coap-transport.yml
-
transport/http/src/main/resources/tb-http-transport.yml
-
transport/lwm2m/src/main/resources/tb-lwm2m-transport.yml
-
transport/mqtt/src/main/resources/tb-mqtt-transport.yml
-
transport/snmp/src/main/resources/tb-snmp-transport.yml
|
|
|
@ -2036,7 +2036,7 @@ management: |
|
|
|
web: |
|
|
|
exposure: |
|
|
|
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics). |
|
|
|
include: '${METRICS_ENDPOINTS_EXPOSE:info}' |
|
|
|
include: "${METRICS_ENDPOINTS_EXPOSE:info}" |
|
|
|
health: |
|
|
|
elasticsearch: |
|
|
|
# Enable the org.springframework.boot.actuate.elasticsearch.ElasticsearchRestClientHealthIndicator.doHealthCheck |
|
|
|
|
|
|
|
@ -210,7 +210,7 @@ management: |
|
|
|
web: |
|
|
|
exposure: |
|
|
|
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics). |
|
|
|
include: '${METRICS_ENDPOINTS_EXPOSE:info}' |
|
|
|
include: "${METRICS_ENDPOINTS_EXPOSE:info}" |
|
|
|
health: |
|
|
|
elasticsearch: |
|
|
|
# Enable the org.springframework.boot.actuate.elasticsearch.ElasticsearchRestClientHealthIndicator.doHealthCheck |
|
|
|
|
|
|
|
@ -232,7 +232,7 @@ management: |
|
|
|
web: |
|
|
|
exposure: |
|
|
|
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics). |
|
|
|
include: '${METRICS_ENDPOINTS_EXPOSE:info}' |
|
|
|
include: "${METRICS_ENDPOINTS_EXPOSE:info}" |
|
|
|
|
|
|
|
# Service common properties |
|
|
|
service: |
|
|
|
|
|
|
|
@ -435,7 +435,7 @@ management: |
|
|
|
web: |
|
|
|
exposure: |
|
|
|
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics). |
|
|
|
include: '${METRICS_ENDPOINTS_EXPOSE:info}' |
|
|
|
include: "${METRICS_ENDPOINTS_EXPOSE:info}" |
|
|
|
|
|
|
|
# Notification system parameters |
|
|
|
notification_system: |
|
|
|
|
|
|
|
@ -384,7 +384,7 @@ management: |
|
|
|
web: |
|
|
|
exposure: |
|
|
|
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics). |
|
|
|
include: '${METRICS_ENDPOINTS_EXPOSE:info}' |
|
|
|
include: "${METRICS_ENDPOINTS_EXPOSE:info}" |
|
|
|
|
|
|
|
# Notification system parameters |
|
|
|
notification_system: |
|
|
|
|
|
|
|
@ -485,7 +485,7 @@ management: |
|
|
|
web: |
|
|
|
exposure: |
|
|
|
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics). |
|
|
|
include: '${METRICS_ENDPOINTS_EXPOSE:info}' |
|
|
|
include: "${METRICS_ENDPOINTS_EXPOSE:info}" |
|
|
|
|
|
|
|
# Notification system parameters |
|
|
|
notification_system: |
|
|
|
|
|
|
|
@ -418,7 +418,7 @@ management: |
|
|
|
web: |
|
|
|
exposure: |
|
|
|
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics). |
|
|
|
include: '${METRICS_ENDPOINTS_EXPOSE:info}' |
|
|
|
include: "${METRICS_ENDPOINTS_EXPOSE:info}" |
|
|
|
|
|
|
|
# Notification system parameters |
|
|
|
notification_system: |
|
|
|
|
|
|
|
@ -373,7 +373,7 @@ management: |
|
|
|
web: |
|
|
|
exposure: |
|
|
|
# Expose metrics endpoint (use value 'prometheus' to enable prometheus metrics). |
|
|
|
include: '${METRICS_ENDPOINTS_EXPOSE:info}' |
|
|
|
include: "${METRICS_ENDPOINTS_EXPOSE:info}" |
|
|
|
|
|
|
|
# Notification system parameters |
|
|
|
notification_system: |
|
|
|
|