Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ To connect to Oracle through TCPS (TCP with SSL), uncomment the `protocol` confi

### Custom query

Custom Query is used to get specific fields from the database to be used a custom metrics.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Custom Query is used to get specific fields from the database to be used a custom metrics.
Custom Query is used to extract specific fields from the database to be used as custom metrics.

Providing custom queries is also supported. Each query must have two parameters:

| Parameter | Description |
Expand All @@ -377,6 +378,7 @@ Providing custom queries is also supported. Each query must have two parameters:
| `columns` | This is a list representing each column, ordered sequentially from left to right. There are two required pieces of data: <br> a. `type` - This is the submission method (`gauge`, `count`, etc.). <br> b. name - This is the suffix used to form the full metric name. If `type` is `tag`, this column is instead considered as a tag which is applied to every metric collected by this particular query. |

Optionally use the `tags` parameter to apply a list of tags to each metric collected.
The **number of columns** Output from the Custom Query should be **equal to to number of metrics variables** in the conf.yaml file shown below.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The **number of columns** Output from the Custom Query should be **equal to to number of metrics variables** in the conf.yaml file shown below.
The **number of columns** output from the Custom Query should be equal to to number of metrics variables in the `conf.yaml` file shown below.


The following:

Expand Down
Loading