Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Etourneau Gwenn committed Jan 18, 2024
1 parent 2091edb commit c5ba4a6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/resources/metrics_exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resource "ybm_metrics_exporter" "grafana" {

- `datadog_spec` (Attributes) Configuration for Datadog metrics sink. (see [below for nested schema](#nestedatt--datadog_spec))
- `grafana_spec` (Attributes) Configuration for Grafana metrics sink. (see [below for nested schema](#nestedatt--grafana_spec))
- `sumologic_spec` (Attributes) Configuration for Sumologic metrics sink. (see [below for nested schema](#nestedatt--sumologic_spec))

### Read-Only

Expand All @@ -72,4 +73,14 @@ Required:
- `access_policy_token` (String, Sensitive) Grafana Access Policy Token
- `instance_id` (String) Grafana InstanceID.
- `org_slug` (String) Grafana OrgSlug.
- `zone` (String) Grafana Zone.
- `zone` (String) Grafana Zone.


<a id="nestedatt--sumologic_spec"></a>
### Nested Schema for `sumologic_spec`

Required:

- `access_id` (String, Sensitive) Sumo Logic Access Key ID
- `access_key` (String, Sensitive) Sumo Logic Access Key
- `installation_token` (String, Sensitive) A SumoLogic installation token to export metrics

0 comments on commit c5ba4a6

Please sign in to comment.