OpenTelemetry tracing of Dbus calls
Ralf Habacker
ralf.habacker at freenet.de
Thu Jan 12 09:41:13 UTC 2023
Am 11.01.23 um 15:22 schrieb Umut Tezduyar Lindskog:
> Can you explain a bit more on how you think Ralf? Thanks.
>
>
> > MQTT (originally an initialism of MQ Telemetry Transport[a]) is a
> > lightweight, publish-subscribe, machine to machine network protocol
> > for message queue/message queuing service.
> >
>
I am referring to using an MQTT broker
(https://en.wikipedia.org/wiki/MQTT#MQTT_broker) as a replacement for
dbus-daemon and using an MQTT client to connect and send messages to and
distribute messages through that broker.
The above mentioned site states that the main advantages of MQTT brokers
are:
Eliminates vulnerable and insecure client connections when
configured appropriately
Easily scale from a single device to thousands
Management and tracking of all client connection states, including
security credentials and certificates, when so configured
Reduced load on the network without compromising security, if so
configured (cellular or satellite network)
If that meets your needs it may be usable.
Ralf
More information about the dbus
mailing list