Difference between revisions of "Tsdb"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
+ | [[sudo -u postgres]] -- bash -c "psql -c 'CREATE database [[tsdb]]'" | ||
+ | sudo -u postgres -- bash -c "psql tsdb -c '[[CREATE EXTENSION IF NOT EXISTS]] [[timescaledb]];'" | ||
== See also == | == See also == |
Revision as of 16:09, 2 February 2023
sudo -u postgres -- bash -c "psql -c 'CREATE database tsdb'" sudo -u postgres -- bash -c "psql tsdb -c 'CREATE EXTENSION IF NOT EXISTS timescaledb;'"
See also
- TSDB: Prometheus, InfluxDB, RRDtool, Graphite, Telegraf, OpenTSDB, TimescaleDB,
tsdbadmin
- Prometheus: Prometheus installation,
9090
, storage, Prometheus exporters: Node exporter9100
, Blackbox exporter, Prometheus alertmanager (changelog), Prometheus versions, Prometheus Node exporter releases,promtool
,amtool, tsdb
,/etc/default/prometheus, /etc/prometheus/prometheus.yml, journalctl -u prometheus
,/etc/default/prometheus-node-exporter
, PromQL,alert:
, Prometheus Operator, Thanos, VictoriaMetrics, PushGateway, Prometheus API,values.yml
, Amazon Managed Service for Prometheus
Advertising: