todayilearned
  • Code
  • DevOps
  • MacOS
  • Improve Things
  • Sandbox
  • Miscellaneous
  • Data bases
    • MySQL
    • PostgreSQL
  • Event Sourcing
    • Kafka
      • Local Testing
    • RabbitMQ
      • Introduction
      • Hello World
      • Worker Queues
      • Pub-Sub
      • Topics
      • Routing
      • Request-Reply
      • Local Testing
  • Go (recipes)
    • Standard Library
      • html/template
      • json
      • reflect
      • time
      • unsafe package
    • Performance
      • Bounds Check Elimination
    • Concurrency
    • Binary Search
    • Docker Images
    • Dependency Injection
    • Go’s Structs
    • observability
      • wip VictoriaMetrics
      • sentry logger
    • Testing
      • testcontainer-go
      • httptesting
    • Unsorted
      • Hashing
    • File Formats
      • proto
      • yaml
  • webdev
    • Back
      • Consistent Hashing
      • gRPC
        • Hello World
        • Simple PRC (Ping-Pong)
        • Server Streaming
        • Client Streaming
        • Bi-Directional Streaming
      • JSON Web Tokens
    • Front
      • Tooling

wip VictoriaMetrics

Follow up of the article “How to monitor Go applications with VictoriaMetrics”

#TODO

  • add simple monitoring of own mac

#Other

  • Lables: https://prometheus.io/docs/practices/naming/
  • Grafana Dashboard: https://grafana.com/grafana/dashboards/10229
  • Grafana Explore: https://grafana.com/docs/grafana/latest/explore/

#Docs

  • https://victoriametrics.github.io/#data-updates
  • https://github.com/OpenObservability/OpenMetrics/blob/master/specification/OpenMetrics.md
  • https://victoriametrics.medium.com/
  • https://github.com/VictoriaMetrics/metrics
Table of Contents
  • TODO
  • Other
  • Docs