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/resources/cockpit_source.md
+6
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,14 @@ In addition to all arguments above, the following attributes are exported:
44
44
45
45
~> **Important:** Data sources' IDs are [regional](../guides/regions_and_zones.md#resource-ids), which means that they include the region, in the `{region}/{id}` format. For example, if your data source is located in the `fr-par` region, its ID would look like the following: `fr-par/11111111-1111-1111-1111-111111111111`.
46
46
47
+
<<<<<<< HEAD
47
48
-`url` - The URL of the data source.
48
49
-`origin` - The origin of the data source.
50
+
=======
51
+
-`url` - The URL of the cockpit data source.
52
+
-`push_url` - The URL endpoint used for pushing data to the cockpit data source.
53
+
-`origin` - The origin of the cockpit data source.
54
+
>>>>>>> c02687d4 (feat:(cockpit): add push urls to cockpit datasources (#2700))
49
55
-`synchronized_with_grafana` - Indicates whether the data source is synchronized with Grafana.
50
56
-`created_at` - The date and time the data source was created (in RFC 3339 format).
51
57
-`updated_at` - The date and time the data source was last updated (in RFC 3339 format).
0 commit comments