Skip to content

Commit

Permalink
review docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco committed Nov 26, 2024
1 parent 5d6a0f5 commit 19a8e71
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ The following arguments are supported:

| Name | Type | Description | Default | Required |
| -------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------- | ------- | -------- |
| `data_source_name` | `secret` | [Data Source Name](https://github.com/go-sql-driver/mysql#dsn-data-source-name) for the MySQL server to connect to. | | yes |
| `data_source_name` | `secret` | [Data Source Name](https://github.com/go-sql-driver/mysql#dsn-data-source-name) for the MySQL server to connect to. | | yes |
| `forward_to` | `list(LogsReceiver)` | Where to forward log entries after processing. | | yes |
| `collect_interval` | `duration` | How frequently to collect query samples from database | `"10s"` | no |

## Blocks

The following blocks are supported inside the definition of `database_observability.mysql`:

| Hierarchy | Block | Description | Required |
| --------- | ----- | ----------- | -------- |
| | | | |
The `database_observability.mysql` component does not support any blocks, and is configured fully through arguments.

## Example

Expand Down

0 comments on commit 19a8e71

Please sign in to comment.