feat(telemetry): add bounded native pipeline lifecycle
This commit is contained in:
@@ -61,6 +61,17 @@
|
||||
"collector_state",
|
||||
]
|
||||
|
||||
[[inputs.tail]]
|
||||
files = ["D:\\NDC_MISSIONCORE\\runtime\\derived\\.perception-persistent-publish\\pipeline-telemetry.jsonl"]
|
||||
initial_read_offset = "saved-or-beginning"
|
||||
watch_method = "poll"
|
||||
max_undelivered_lines = 1000
|
||||
character_encoding = "utf-8"
|
||||
path_tag = ""
|
||||
name_override = "missioncore_pipeline_event"
|
||||
data_format = "value"
|
||||
data_type = "string"
|
||||
|
||||
[[outputs.mqtt]]
|
||||
servers = ["tcp://${MISSIONCORE_MQTT_HOST}:${MISSIONCORE_MQTT_PORT}"]
|
||||
topic = "mission-core/v1/contours/${MISSIONCORE_CONTOUR_ID}/agents/${MISSIONCORE_AGENT_ID}/host"
|
||||
@@ -69,7 +80,7 @@
|
||||
qos = 1
|
||||
data_format = "json"
|
||||
json_timestamp_units = "1s"
|
||||
namedrop = ["missioncore_pipeline"]
|
||||
namedrop = ["missioncore_pipeline", "missioncore_pipeline_event"]
|
||||
|
||||
[[outputs.mqtt]]
|
||||
servers = ["tcp://${MISSIONCORE_MQTT_HOST}:${MISSIONCORE_MQTT_PORT}"]
|
||||
@@ -79,4 +90,4 @@
|
||||
qos = 1
|
||||
data_format = "json"
|
||||
json_timestamp_units = "1s"
|
||||
namepass = ["missioncore_pipeline"]
|
||||
namepass = ["missioncore_pipeline", "missioncore_pipeline_event"]
|
||||
|
||||
Reference in New Issue
Block a user