fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.6K
active users

#Observability

19 posts16 participants1 post today

When you roll out @opentelemetry Collector in a large scale #observability setup, it's a matter of time until you hit a few bumps.

One of these bumps is the #OpenTelemetry Collector's default listener for internal metrics. When a server already uses this listener port, there's obviously a port conflict and the collector won't start.

More technical details and a #Systemd service workaround in my latest #blog post.

claudiokuenzler.com/blog/1496/

Claudio Kuenzler · OpenTelemetry Collector error: failed to create SDK bind: address already in useBy Claudio Kuenzler

⏳ Haven’t shared your experience with the OpenTelemetry Collector yet? There’s still time!

Our follow-up survey is still open, and we’re inviting all Collector users to help us understand:
- What’s improved
- What still needs work
- How we can better support your use cases

Even if you responded to the first survey, we’d love your updated perspective.

📝 Take 5 minutes and tell us what’s up → buff.ly/Ghoh5H9

Where do I put `and sum(pve_lock_state{state="backup"}) == 0` in this thing? All the obvious spots don't return anything

`(rate(node_disk_read_time_seconds_total[1m]) / rate(node_disk_reads_completed_total[1m]) > 0.1 and rate(node_disk_reads_completed_total[1m]) > 0) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}`