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/metric.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,17 @@ data "launchdarkly_metric" "example" {
30
30
-`key` (String) The unique key that references the metric. A change in this field will force the destruction of the existing resource and the creation of a new one.
31
31
-`project_key` (String) The metrics's project key. A change in this field will force the destruction of the existing resource and the creation of a new one.
32
32
33
+
### Optional
34
+
35
+
-`is_active` (Boolean, Deprecated) Ignored. All metrics are considered active.
36
+
33
37
### Read-Only
34
38
35
39
-`analysis_type` (String) The method for analyzing metric events. Available choices are `mean` and `percentile`.
36
40
-`description` (String) The description of the metric's purpose.
37
41
-`event_key` (String) The event key for your metric (if custom metric)
38
42
-`id` (String) The ID of this resource.
39
43
-`include_units_without_events` (Boolean) Include units that did not send any events and set their value to 0.
40
-
-`is_active` (Boolean, Deprecated) Ignored. All metrics are considered active.
41
44
-`is_numeric` (Boolean) Whether a `custom` metric is a numeric metric or not.
42
45
-`kind` (String) The metric type. Available choices are `click`, `custom`, and `pageview`.
43
46
-`maintainer_id` (String) The LaunchDarkly member ID of the member who will maintain the metric. If not set, the API will automatically apply the member associated with your Terraform API key or the most recently-set maintainer
0 commit comments