Merge pull request #8 from tcivie/remove-unrelated-information

Remove unrelated metrics
This commit is contained in:
Gleb Tcivie 2024-06-28 14:21:25 +03:00 committed by GitHub
commit d5dfe114fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.env
View file

@ -11,10 +11,10 @@ PROMETHEUS_COLLECTOR_PORT=9464
PROMETHEUS_JOB=example PROMETHEUS_JOB=example
# MQTT connection details # MQTT connection details
MQTT_HOST=172.232.220.244 MQTT_HOST=
MQTT_PORT=1883 MQTT_PORT=1883
MQTT_USERNAME=israeli MQTT_USERNAME=
MQTT_PASSWORD=israeli123 MQTT_PASSWORD=
MQTT_KEEPALIVE=60 MQTT_KEEPALIVE=60
MQTT_TOPIC='msh/israel/#' MQTT_TOPIC='msh/israel/#'
MQTT_IS_TLS=false MQTT_IS_TLS=false
@ -29,4 +29,4 @@ FILTERED_PORTS=0
## Hide message content in the TEXT_MESSAGE_APP packets (default: true) (Currently we only log message length, if we hide then all messages would have the same length) ## Hide message content in the TEXT_MESSAGE_APP packets (default: true) (Currently we only log message length, if we hide then all messages would have the same length)
HIDE_MESSAGE=false HIDE_MESSAGE=false
## MQTT server Key for decoding ## MQTT server Key for decoding
MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ== MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==