Skip to content

Commit bb1eb45

Browse files
authored
docs: Update env vars in Monitoring Integrations (#6732)
1 parent a1e1fee commit bb1eb45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/Monitoring/Integrations/Integrations.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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_`
7272
to reference configuration parameters securely in the `vector.toml` file.
7373

7474
Example configuration for exporting logs to
@@ -77,7 +77,7 @@ Example configuration for exporting logs to
7777
```toml
7878
[sinks.datadog]
7979
type = "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&nbsp;<Btn>Metrics export</Btn>:
242242
<Screenshot src="https://ucarecdn.com/7db3949b-83b9-48ae-b4b6-bd2afeda5001/"/>
243243

244244
You 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

0 commit comments

Comments
 (0)