The Manifest#
The mapping between MQTT and Otel is configured via a file called Manifest.yaml (or whatever is configured in
Application Settings).
The structure of the file is as following
File structure#
Version#
The version must be set and must be the first line of the file. If not set, or not being on the first line, the file will be declined. Currently the following versions are supported:
1.0.MqttConnections#
In this section the available Mqtt broker connections will be configured. For details, see Mqtt broker. supportsImportFrom
OtelConnections#
In this section the available open telemetry connections will be configured. For details, see Otel connections. supportsImportFrom
SubscriptionGroups#
A list of grouped subscriptions that can be referred later in the otel section. For details see Subscription groups. supportsImportFrom
Processors#
A list of processors, that will take mqtt payloads, processes them and then create otel logs or metrics. For details see Processors. supportsImportFrom
How to organize large manifests.#
Find out how you can organize complex scenarios in your manifest file. See Organize manifest files.
As a starting point, this is an example manifest using logs, and metrics:
| |