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/cloud_stack.md
+1
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ available at “https://<stack_slug>.grafana.net".
53
53
-`org_id` (Number) Organization id to assign to this stack.
54
54
-`org_name` (String) Organization name to assign to this stack.
55
55
-`org_slug` (String) Organization slug to assign to this stack.
56
+
-`otlp_url` (String) Base URL of the OTLP instance configured for this stack. See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
Copy file name to clipboardExpand all lines: docs/resources/cloud_stack.md
+1
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ available at “https://<stack_slug>.grafana.net".
56
56
-`org_id` (Number) Organization id to assign to this stack.
57
57
-`org_name` (String) Organization name to assign to this stack.
58
58
-`org_slug` (String) Organization slug to assign to this stack.
59
+
-`otlp_url` (String) Base URL of the OTLP instance configured for this stack. See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
Copy file name to clipboardExpand all lines: internal/resources/cloud/resource_cloud_stack.go
+13-2
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,9 @@ available at “https://<stack_slug>.grafana.net".`,
143
143
"graphite_name": common.ComputedString(),
144
144
"graphite_url": common.ComputedString(),
145
145
"graphite_status": common.ComputedString(),
146
+
147
+
// OTLP
148
+
"otlp_url": common.ComputedStringWithDescription("Base URL of the OTLP instance configured for this stack. See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this."),
0 commit comments