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
Copy file name to clipboardExpand all lines: docs/data-sources/integration.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,10 @@ data "ybm_integration" "example_name" {
33
33
-`grafana_spec` (Attributes) The specifications of a Grafana integration. (see [below for nested schema](#nestedatt--grafana_spec))
34
34
-`is_valid` (Boolean) Signifies whether the integration configuration is valid or not
35
35
-`project_id` (String) The ID of the project this integration belongs to.
36
+
-`prometheus_spec` (Attributes) The specifications of a Prometheus integration. (see [below for nested schema](#nestedatt--prometheus_spec))
36
37
-`sumologic_spec` (Attributes) The specifications of a Sumo Logic integration. (see [below for nested schema](#nestedatt--sumologic_spec))
37
38
-`type` (String) Defines different exporter destination types.
39
+
-`victoriametrics_spec` (Attributes) The specifications of a VictoriaMetrics integration. (see [below for nested schema](#nestedatt--victoriametrics_spec))
38
40
39
41
<aid="nestedatt--datadog_spec"></a>
40
42
### Nested Schema for `datadog_spec`
@@ -74,6 +76,14 @@ Read-Only:
74
76
-`zone` (String) Grafana Zone.
75
77
76
78
79
+
<aid="nestedatt--prometheus_spec"></a>
80
+
### Nested Schema for `prometheus_spec`
81
+
82
+
Read-Only:
83
+
84
+
-`endpoint` (String) Prometheus OTLP endpoint URL e.g. http://prometheus.yourcompany.com/api/v1/otlp
85
+
86
+
77
87
<aid="nestedatt--sumologic_spec"></a>
78
88
### Nested Schema for `sumologic_spec`
79
89
@@ -82,3 +92,11 @@ Read-Only:
82
92
-`access_id` (String, Sensitive) Sumo Logic Access Key ID
-`grafana_spec` (Attributes) The specifications of a Grafana integration. (see [below for nested schema](#nestedatt--grafana_spec))
69
69
-`prometheus_spec` (Attributes) The specifications of a Prometheus integration. (see [below for nested schema](#nestedatt--prometheus_spec))
70
70
-`sumologic_spec` (Attributes) The specifications of a Sumo Logic integration. (see [below for nested schema](#nestedatt--sumologic_spec))
71
+
-`victoriametrics_spec` (Attributes) The specifications of a VictoriaMetrics integration. (see [below for nested schema](#nestedatt--victoriametrics_spec))
71
72
72
73
### Read-Only
73
74
@@ -133,3 +134,11 @@ Required:
133
134
-`access_id` (String, Sensitive) Sumo Logic Access Key ID
0 commit comments