Posts (Latest 10 updated) : Read all

Link List (Edit):
Contents:
  1. Victoria Metrics
    1. References for now
# __     ___      _             _         __  __      _        _
# \ \   / (_) ___| |_ ___  _ __(_) __ _  |  \/  | ___| |_ _ __(_) ___ ___
#  \ \ / /| |/ __| __/ _ \| '__| |/ _` | | |\/| |/ _ \ __| '__| |/ __/ __|
#   \ V / | | (__| || (_) | |  | | (_| | | |  | |  __/ |_| |  | | (__\__ \
#    \_/  |_|\___|\__\___/|_|  |_|\__,_| |_|  |_|\___|\__|_|  |_|\___|___/

Victoria Metrics

Technically speaking, Victoria Metrics is more like a message logger than a database, but since there is no “message logger” section, it will go here.

It is part of a new breed of No-SQL databases, along with influxdb, that focus on providing data storage methods for services in “the internet of things”. We will not pause to explain what that is at the moment, so if unfamiliar, your are just going to have to look that one up.

References for now

  • https://docs.victoriametrics.com/single-server-victoriametrics/?highlight=telegraf#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf
  • https://github.com/gistart/prometheus-push-client
  • https://docs.victoriametrics.com/scrape_config_examples/
  • https://docs.victoriametrics.com/#how-to-scrape-prometheus-exporters-such-as-node-exporter
  • https://docs.victoriametrics.com/vmagent/
  • https://triq.org/rtl_433/INTEGRATION.html#influxdb
  • https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_prometheus_relay.py
  • https://github.com/AlbertWeichselbraun/sensoric
  • I really like this one: Prometrix
  • https://github.com/robusta-dev/prometrix
  • https://pypi.org/project/atro-victoria/ <– No documentation :(