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
Pre-compiled versions for Linux 64 bit and Mac OSX 64 bit can be found under [releases](https://github.com/iamseth/oracledb_exporter/releases).
67
67
68
-
In order to run, you'll need the [Oracle Instant Client Basic](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html) for your operating system. Only the basic version is required for execution.
68
+
In order to run, you'll need the [Oracle Instant Client Basic](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html)
69
+
for your operating system. Only the basic version is required for execution.
69
70
70
71
# Running
71
72
72
-
Ensure that the environment variable DATA_SOURCE_NAME is set correctly before starting. For Example
73
+
Ensure that the environment variable DATA_SOURCE_NAME is set correctly before starting. For Example:
This exporter comes with a set of default metrics defined in **default-metrics.toml**. You can modify this file or provide a different one using ``default.metrics`` option.
108
+
This exporter comes with a set of default metrics defined in **default-metrics.toml**. You can modify this file or
109
+
provide a different one using ``default.metrics`` option.
108
110
109
111
# Custom metrics
110
112
111
-
This exporter does not have the metrics you want? You can provide new one using TOML file. To specify this file to the exporter, you can:
113
+
This exporter does not have the metrics you want? You can provide new one using TOML file. To specify this file to the
114
+
exporter, you can:
112
115
- Use ``--custom.metrics`` flag followed by the TOML file
0 commit comments