its_me_gb

@its_me_gb@feddit.uk
0 Post – 14 Comments
Joined 1 years ago

This is fixed in the latest version, 0.0.35

6 more...

Node exporter on hosts, OpenTelemetry collector to scrape metrics and collect logs, shipping them to Prometheus and Loki, visualising with Grafana.

Day job is for an observability platform where we heavily encourage the use of (and also contribute) to the OpenTelemetry collector project, hence my use of it.

3 more...

That is what it means, If the movie in your library is not on one of your lists it will be removed from radarr and the file will be deleted from disk.

2 more...

You could try Yakuake instead of Guake in KDE?

6 more...

Looks like it's encrypted with ansible-vault

CyberPunk 2077?

I use Prometheus, Grafana and the proxmox exporter.

Important to note that I run this on a separate machine, not on the proxmox server itself!

Prometheus for metrics

Loki for logs

Grafana for dashboards.

I use node exporter for host metrics (Proxmox/VMs/SFFs/RaspPis/Router) and a number of other *exporters:

  • exportarr
  • plex-exporter
  • unifi-exporter
  • bitcoin node exporter

I use the OpenTelemetry collector to collect some of the above metrics, rather than Prometheus itself, as well as docker logs and other log files before shipping them to Prometheus/Loki.

Oh, I also scrape metrics from my Traefik containers using OTEL as well.

4 more...

Not a whole lot to be honest. But I work with OpenTelemetry everyday for my day job, so it was a little exercise for me.

Though, OTEL does have some advantages in that It is a vendor agnostic collection tool. allowing you to use multiple different collection methods and switch out your backend easily if you wish.

Use the Contrib version of the collector, it has many more receivers, processors and exporters

GitHub - OTEL collector contrib

I'm afraid that I've never used either Guake or Yakuake so I don't know either of their feature sets 😁

Tailscale and Tailscale send?

1 more...

I haven't, but it looks like I've got another exporter to install and dashboard to create 😁