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
| context | Metric context, used to build metric FQN | String | Yes ||
664
+
| labels | Metric labels, which must match column names in the query. Any column that is not a label will be parsed as a metric | Array of Strings | No ||
665
+
| metricsdesc | Mapping between field(s) in the request and comment(s) | Dictionary of Strings | Yes ||
666
+
| metricstype | Mapping between field(s) in the request and [Prometheus metric types](https://prometheus.io/docs/concepts/metric_types/) | Dictionary of Strings | No ||
667
+
| metricsbuckets | Split [histogram](https://prometheus.io/docs/concepts/metric_types/#histogram) metric types into buckets based on value ([example](./custom-metrics-example/metric-histogram-example.toml)) | Dictionary of String dictionaries | No | |
668
+
| fieldtoappend | Field from the request to append to the metric FQN | String | No ||
669
+
| request | Oracle database query to run for metrics scraping | String | Yes ||
670
+
| ignorezeroresult | Whether or not an error will be printed if the request does not return any results | Boolean | No |false|
671
+
| querytimeout | Oracle Database query timeout, in seconds | Integer | No | 5, or value of query.timeout |
0 commit comments