From 7e8630b154cc4407de85b49b281e9bbe6b1de0e1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 25 May 2023 17:40:36 +0200 Subject: [PATCH] metrics: use HTTPS URLs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 36e9266..e4ace94 100644 --- a/README.md +++ b/README.md @@ -542,14 +542,14 @@ _See also: [Databases](#databases)_ - [Telegraf](https://github.com/influxdata/telegraf) - The plugin-driven server agent for collecting & reporting metrics. * Dashboards - - [Facette](http://facette.io) - Time series data visualization and graphing software written in Go. - - [Grafana](http://grafana.org/) - A Graphite & InfluxDB Dashboard and Graph Editor. - - [RRDtool](http://oss.oetiker.ch/rrdtool/) - Industry standard, high performance data logging and graphing system for time series data. + - [Facette](https://facette.io) - Time series data visualization and graphing software written in Go. + - [Grafana](https://grafana.com/) - A Graphite & InfluxDB Dashboard and Graph Editor. + - [RRDtool](https://oss.oetiker.ch/rrdtool/) - Industry standard, high performance data logging and graphing system for time series data. * Packages - [Beats](https://www.elastic.co/beats/) - Single-purpose data shippers that send data from hundreds or thousands of machines and systems to Logstash or Elasticsearch. - - [Graphite](http://graphite.readthedocs.org/en/latest/) - Scalable graphing server. - - [Prometheus](http://prometheus.io/) - Service monitoring system and time series database. + - [Graphite](https://graphite.readthedocs.org/en/latest/) - Scalable graphing server. + - [Prometheus](https://prometheus.io/) - Service monitoring system and time series database. - [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) - Service monitoring system and time series database.