Skip to content

Commit

Permalink
metrics readme
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Jun 11, 2024
1 parent e057497 commit c4ef2a4
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions metrics/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# metrics

Best practices:
Introduction:
- https://opentelemetry.io/docs/languages/go/instrumentation/

Clients:
- https://github.com/open-telemetry/opentelemetry-go
- https://github.com/prometheus/client_golang
- https://github.com/VictoriaMetrics/metrics

| Category | Links |
| ---------- | -------------------------------------------------------------------------------------------------------- |
| Clients | https://github.com/open-telemetry/opentelemetry-go |
| | https://github.com/prometheus/client_golang |
| | https://github.com/VictoriaMetrics/metrics |
| Onboarding | https://www.timescale.com/blog/four-types-prometheus-metrics-to-collect/ |
| | https://blog.pvincent.io/2017/12/prometheus-blog-series-part-1-metrics-and-labels/ |
| | https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-2-metric-types/ |
| | https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-3-exposing-and-collecting-metrics/ |
| | https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-4-instrumenting-code-in-go-and-java/ |
| | https://developers.soundcloud.com/blog/prometheus-monitoring-at-soundcloud |
| Naming | https://prometheus.io/docs/practices/naming/ |
Onboarding:
- https://www.timescale.com/blog/four-types-prometheus-metrics-to-collect/
- https://blog.pvincent.io/2017/12/prometheus-blog-series-part-1-metrics-and-labels/
- https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-2-metric-types/
- https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-3-exposing-and-collecting-metrics/
- https://pierrevincent.github.io/2017/12/prometheus-blog-series-part-4-instrumenting-code-in-go-and-java/
- https://developers.soundcloud.com/blog/prometheus-monitoring-at-soundcloud

Best practices:
- https://prometheus.io/docs/practices/naming/

See also:
- https://pkg.go.dev/github.com/prometheus/[email protected]/prometheus#NewRegistry
Expand Down

0 comments on commit c4ef2a4

Please sign in to comment.