You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/configuration/config-file.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ log:
92
92
# configFile: /path/to/webconfigfile
93
93
```
94
94
95
+
From the exporter configuration file, you may optionally load database credentials from [OCI Vault](./oci-vault.md), [Azure Vault](./azure-vault.md), or [HashiCorp Vault](./hashicorp-vault.md)..
96
+
95
97
### Scrape on request vs. Scrape on interval
96
98
97
99
The metrics exporter has two scraping modes: scrape on request, and scrape on interval. By default, the metrics exporter scrapes metrics on request, when the `/metrics` endpoint is invoked.
@@ -111,7 +113,7 @@ An individual metric may have its own scrape interval separate from the exporter
111
113
To add your custom config file to a container image, you can layer the base exporter image and include that config:
112
114
113
115
```Dockerfile
114
-
FROM container-registry.oracle.com/database/observability-exporter:2.1.0
116
+
FROM container-registry.oracle.com/database/observability-exporter:2.2.0
Copy file name to clipboardExpand all lines: site/docs/configuration/custom-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ The default metrics are provided in YAML format as an example. See [default-metr
187
187
If you run the exporter as a container image and want to include your custom metrics in the image itself, you can use the following example `Dockerfile` to create a new image:
188
188
189
189
```Dockerfile
190
-
FROM container-registry.oracle.com/database/observability-exporter:2.1.0
190
+
FROM container-registry.oracle.com/database/observability-exporter:2.2.0
0 commit comments