wu-sheng commented on a change in pull request #4239: Provide influxdb as a new
storage plugin
URL: https://github.com/apache/skywalking/pull/4239#discussion_r376689989
##########
File path: docs/en/setup/backend/backend-storage.md
##########
@@ -226,6 +227,27 @@ storage:
All connection related settings including link url, username and password are
in `application.yml`.
These settings can refer to the configuration of *MySQL* above.
+## InfluxDB
+InfluxDB as storage since SkyWalking 7.0. It depends on `H2/MySQL`
storage-plugin to store `metadata` likes `Inventory` and `ProfileTask`. So,
when we set `InfluxDB` as storage provider, we need to configure `InfluxDB`'s
properties and `H2/MySQL`.
+
+```yaml
+storage
+ influx:
+ # Metadata storage provider configuration
+ metabaseType: ${SW_STORAGE_METABASE_TYPE:H2}
Review comment:
Please provide type options.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services