Re: OpenTelemetry tracing of Dbus calls
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]> Thu, 12 Jan 2023 09:43:53 +1300
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Wed, 11 Jan 2023 11:09:31 +0100, Umut Tezduyar Lindskog wrote: > We have around 40-50 dbus services which are the backends to http > APIs. A backend might talk to other backends. This sounds like a high-throughput application. Is D-Bus really appropriate for this? I would say D-Bus is more intended for GUI desktop integration, not Web backend services.