Session 2026-05-06: QuantumLeap+CrateDB, Telegraf debug, MapStore GeoServer fix

This commit is contained in:
Eric FELIXINE
2026-05-06 13:23:58 -04:00
parent b73b02f39d
commit 0ba25ef1a8
25 changed files with 688227 additions and 62 deletions

29
telegraf.conf Normal file
View File

@@ -0,0 +1,29 @@
[global_tags]
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_interval = "10s"
flush_jitter = "0s"
# Input: MQTT Consumer
[[inputs.mqtt_consumer]]
servers = ["tcp://emqx_emqx_1:1883"]
topics = [
"airquality/#",
"traffic/#",
"sensor/#",
"smartcity/#"
]
data_format = "json"
qos = 0
# Output: InfluxDB v2
[[outputs.influxdb_v2]]
urls = ["http://smart-city-influxdb:8086"]
token = "my-super-token"
organization = "digitribe"
bucket = "smartcity"