would you generally be interested in adding observability support based on OpenTelemetry to openHAB?
I’ve been an openHab user since the early days. In my professional life I am leading the open source program office of a large Observability provider. As such, I added observability support to my openHab instances to monitor system health (e.g. down times) remotely, proactively getting alerts about problems (e.g. services not running), and using it for automated root cause detection with logs, metrics, and traces.
Setting up an OpenTelemetry collector for logs, metrics and traces of different system components is super lightweight and non-invasive. You could then use literally any observability provider in the backend (Grafana, Prometheus, Datadog, New Relic, Dynatrace) for application performance monitoring, infrastructure monitoring and other related system health information.
In case this is of interest, or somebody else has already built something, I’d love to dig into this and contribute.
You certainly don’t need to wait for permission to contribute something like this. I agree it sounds interesting and there are a number of users running OH in a home lab kind of deployment where running a separate monitoring system is natural and desired. There are a number of people managing OH for clients as well.
There have been some tutorials posted over the years to get OH logs into ELK and there was a Prometheus plug-ing for a time IIRC so I am pretty sure that there is a demand for something like this.
I run OH on bare metal. I have been playing around with the idea of deploying to a single node k8s cluster, just for fun. Observability baked into OH would be awesome!