#OpenMetrics
New feature on CWCloud: you can setup http monitors (healthcheck) which is sending logs and metrics through opentelemetry or in a openmetrics prometheus route to scrap. We're using it to setup dashboards with Quickwit for our internal observability and status pages for our customers.
December 4, 2024 at 4:24 PM
The latest update for #Last9 includes "Pod Exec in #K8s: Advanced Exec Scenarios and Best Practices" and "OpenMetrics vs #OpenTelemetry: A Detailed Comparison".

#Monitoring #Observability #TimeSeries #SRE #DevOps https://opsmtrs.com/41EhXHh
Last9
Last9 provides tools to improve Reliability in large-scale cloud-native environments.
opsmtrs.com
January 31, 2025 at 5:03 AM
W00t my @cncf.io article on #OpenMetrics and #Prometheus was featured in the spotlight of Mastering Observability newsletter!
www.linkedin.com/feed/update/...

#observability #cloudnative #monitoring #opensource #kubecon
November 18, 2024 at 11:44 AM
And to those of you asking "What's OpenMetrics?"

Yeah. Exactly.
July 1, 2025 at 2:36 PM
aiohttp-openmetrics 0.0.12 (Beta)

OpenMetrics provider for aiohttp

Author: Jelmer Vernooij
🏠Homepage

🧑‍💻Repository
September 26, 2025 at 1:01 PM
New tutorial and video demo coming soon. In the meantime here's our blogpost on how to use Quickwit and Vector to scrap OpenMetrics/Prometheus endpoints: www.comwork.io/blog/quickwi...
Quickwit for prometheus metrics | Comwork
How we used Quickwit as a metrics backend from Prometheus/OpenMetrics compliant applications
www.comwork.io
December 4, 2024 at 4:24 PM
Just migrated 100TB+ of metrics from InfluxDB to Grafana Mimir.
7 years of data. 100s of dashboards. Tons of lessons.
Custom tooling, OpenMetrics, and a smoother, scalable stack for 2025.

Full story 👇
🔗 www.cloudraft.io/blog/influxd...
#Observability #DevOps #GrafanaMimir #OpenSource
April 7, 2025 at 3:09 AM
Pour cette partie c’est directement implémenté dans l’API de CWCloud qui lance des thread asynchrones dans un eventloop pour sonder ces moniteurs ajoutés par les clients et exporte soit du Prometheus/openmetrics soit push sur du OTLP/grpc
December 4, 2024 at 6:51 PM
pcp-pmda-openmetrics 7.0.3-1 x86_64 PCP Performance Metrics Domain Agent (PMDA) for collecting metrics from OpenMetrics endpoints

Interest | Match | Feed
Origin
archlinux.org
November 12, 2025 at 6:16 PM
pcp-pmda-openmetrics 7.0.3-1 x86_64 PCP Performance Metrics Domain Agent (PMDA) for collecting metrics from OpenMetrics endpoints

Interest | Match | Feed
Origin
archlinux.org
November 12, 2025 at 6:16 PM
openmetricsvalidator hasn't been touched in 4 years and complains about issues that seems obviously valid.

promtool check knows nothing about openmetrics and complains about lots of valid things.

... is OpenMetrics vaporware?
July 1, 2025 at 2:28 PM
Alright twitterverse. Apps and systems have been producing metrics with dashes (-) in them for decades. Now that people are trying to push these metrics into OpenMetrics (Prometheus) what's the best practice for transforming these into their nonsensically limited character set?
January 17, 2025 at 4:58 AM
eBPFを駆使してgoroutineをモニタリング。OpenMetrics形式のexporterになってるのでPrometheusなどで収集可。
GitHub - keisku/gmon: An eBPF tool monitoring a goroutine
An eBPF tool monitoring a goroutine. Contribute to keisku/gmon development by creating an account on GitHub.
github.com
September 14, 2024 at 2:41 PM
pcp-pmda-openmetrics 7.0.1-1 x86_64 PCP Performance Metrics Domain Agent (PMDA) for collecting metrics from OpenMetrics endpoints

Interest | Match | Feed
Origin
archlinux.org
September 21, 2025 at 11:57 AM
📢 OpenMetrics is dead, long live OpenMetrics (2.0) !

ICYMI: #OpenMetrics is archived and merged into #Prometheus
👉 medium.com/p/d555598d2d04

What's next? OpenMetrics 2.0!
And there's a dedicated working group forming up to lead it under @prometheus.io governance (first meeting last week!)
[1/n]
December 1, 2024 at 6:52 PM
なぜ OpenTelemetry は metrics も log も tracing も全部一緒に扱うんだろうと思ってたけど、upstream community もそんなことは百も承知で OpenMetrics とか OpenTracing プロジェクトを archive しているようだった
December 15, 2024 at 11:32 AM
It does. There is also OpenMetrics (which is de facto renamed Prometheus Export format). But I do not believe you that there are no StatsD exporters for Java, though in the end the format is so primitive that you can write one in the evening.

I would say that it mostly depends on your requiremetnts
May 29, 2025 at 2:32 PM
OpenMetrics is Archived, Merged into #Prometheus
medium.com/@horovits/op...

I'll discuss this and more Wednesday on a live stream with @prometheusio.bsky.social creator Julius Volz, 4 Sept at OpnObservability Talks:
youtube.com/watch?v=iPUCU-78RD4
#DevOps #SRE #monitoring #opensource #cloudnative
OpenMetrics is Archived, Merged into Prometheus
The CNCF has put the OpenMetrics open source specification back where it has always belonged — Prometheus exposition format. Here’s why.
medium.com
August 31, 2024 at 6:10 PM
そういやこれ、分かったのであとでblogにするけど雑に書いておくと…
リクエストヘッダに Accept: application/openmetrics-text があると(otelcolは付ける)、prom exporterがOpenMetrics形式で返そうとする、その場合にmetric名には規約があり例えばCounterの値には _total というsuffixがないといけなくて、規約に沿ってないとunknown型になる(えー)→otelcolはunknownをGaugeとして扱う、という機序だった。分かるか!
prometheus.io/docs/specs/o...
August 1, 2025 at 1:53 PM
The latest update for #SigNoz includes "Authentication Model in #OpenTelemetry" and "OpenMetrics vs OpenTelemetry - A guide on understanding these two specifications".

#Monitoring #Observability #OpenSource https://opsmtrs.com/3kBqQNU
SigNoz
Open-source Observability platform. Understand issues in your deployed applications & solve them quickly.
opsmtrs.com
October 26, 2025 at 8:46 PM
or, more fairly: is OpenMetrics stuck in an incentive trap?
July 1, 2025 at 2:31 PM
リクエストヘッダにAccept: application/openmetrics-textがなければ普通にcounter型として返すのでcurlで雑に叩くと起きない。Goで雑reverse proxyを書いてヘッダとかdumpして眺めていたらやっと気が付いた(同僚が)。難しすぎる
August 1, 2025 at 1:54 PM