Skip to content

Commit 112d569

Browse files
committed
fix: Change influxdb 1.8 by influxdb 2.X
1 parent eb940a6 commit 112d569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you want to monitor the energy consumption of your process we have some
44
ready-to-use tools
55

66
???+ info "Source and Destination"
7-
In order to use any Formula, you need to run a Source and a Destination. The former is used by a Sensor to store metrics. The later allows the Formula to make available the estimations. For starting, you can use [MongoDB](https://hub.docker.com/_/mongo) as Source and [InfluxDB:1.8](https://hub.docker.com/_/influxdb) as Destination by installing them as Docker containers.
7+
In order to use any Formula, you need to run a Source and a Destination. The former is used by a Sensor to store metrics. The later allows the Formula to make available the estimations. For starting, you can use [MongoDB](https://hub.docker.com/_/mongo) as Source and [InfluxDB:2.X](https://hub.docker.com/_/influxdb) as Destination by installing them as Docker containers.
88
For more details about Sources and Destinations please check this [section](reference/database/sources_destinations.md).
99

1010

0 commit comments

Comments
 (0)