File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/content/Monitoring/Integrations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ You have to commit this file for Vector configuration to take effect.
6868
6969### <--{"id" : " Configuration" }--> Environment variables
7070
71- You can use environment variables prefixed with ` CUBE_CLOUD_LOG_EXPORT_ `
71+ You can use environment variables prefixed with ` CUBE_CLOUD_MONITORING_ `
7272to reference configuration parameters securely in the ` vector.toml ` file.
7373
7474Example configuration for exporting logs to
@@ -77,7 +77,7 @@ Example configuration for exporting logs to
7777``` toml
7878[sinks .datadog ]
7979type = " datadog_logs"
80- default_api_key = " $CUBE_CLOUD_LOG_EXPORT_DATADOG_API_KEY "
80+ default_api_key = " $CUBE_CLOUD_MONITORING_DATADOG_API_KEY "
8181```
8282
8383### <--{"id" : " Configuration" }--> Inputs for logs
@@ -242,8 +242,8 @@ credentials `prometheus_exporter` under <Btn>Metrics export</Btn>:
242242<Screenshot src = " https://ucarecdn.com/7db3949b-83b9-48ae-b4b6-bd2afeda5001/" />
243243
244244You can also customize the user name and password for ` prometheus_exporter ` by
245- setting ` CUBE_CLOUD_LOG_EXPORT_METRICS_USER ` and
246- ` CUBE_CLOUD_LOG_EXPORT_METRICS_PASSWORD ` environment variables, respectively.
245+ setting ` CUBE_CLOUD_MONITORING_METRICS_USER ` and
246+ ` CUBE_CLOUD_MONITORING_METRICS_PASSWORD ` environment variables, respectively.
247247
248248[ self-sinks-for-metrics ] : #configuration-sinks-for-metrics
249249[ ref-vpc ] : /cloud/configuration/connecting-with-a-vpc
You can’t perform that action at this time.
0 commit comments