digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

825
active users

Johannes Kastl

Good news! After some fiddling and understanding the repository layout I finally have working OpenTelemetry Collector packages for @opensuse!

Packages for the "core" or "classic" collector, the contrib distribution and the otlp distribution are working fine in my tests and have been submitted to the server:monitoring devel project. This includes the packages required to build them.

Here is a vagrant-libvirt setup to play around with the packages (three branches currently).

codeberg.org/johanneskastl/ope
github.com/johanneskastl/opent

Once I find some information on how to use the ebpf-profiler distribution, I will test that package and add a branch for it.

Codeberg.orgopentelemetry-collector_opensuse_vagrant_libvirt_ansibleVagrant-libvirt setup that creates a VM with the OpenTelemetry Collector (using the packages I created for openSUSE)

@dmathieu Thanks for the reply. Yes, that is what I am using to build the package.

The environment file is simple enough (it only points the executable to the proper configuration file).

The configuration file is what I have not found an example for...

@dmathieu Thanks, I'll take a look...