-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,284 additions
and
1,283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,118 @@ | ||
{ | ||
"properties": {} | ||
"properties": { | ||
"dashboard": { | ||
"properties": { | ||
"panels": { | ||
"properties": { | ||
"total": { | ||
"type": "long" | ||
}, | ||
"by_reference": { | ||
"type": "long" | ||
}, | ||
"by_value": { | ||
"type": "long" | ||
}, | ||
"by_type": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"properties": { | ||
"total": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "The number of panels that have been added to all dashboards." | ||
} | ||
}, | ||
"by_reference": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "The number of \"by reference\" panels that have been added to all dashboards." | ||
} | ||
}, | ||
"by_value": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "The number of \"by value\" panels that have been added to all dashboards." | ||
} | ||
}, | ||
"details": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "Collection of telemetry metrics that embeddable service reports. Embeddable service internally calls each embeddable, which in turn calls its dynamic actions, which calls each drill down attached to that embeddable." | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"controls": { | ||
"properties": { | ||
"total": { | ||
"type": "long" | ||
}, | ||
"by_type": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"properties": { | ||
"total": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "The number of this type of control in all Control Groups" | ||
} | ||
}, | ||
"details": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "Collection of telemetry metrics that embeddable service reports. Will be used for details which are specific to the current control type" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"ignore_settings": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "Collection of telemetry metrics that count the number of control groups which have this ignore setting turned on" | ||
} | ||
} | ||
} | ||
}, | ||
"chaining_system": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "Collection of telemetry metrics that count the number of control groups which are using this chaining system" | ||
} | ||
} | ||
} | ||
}, | ||
"label_position": { | ||
"properties": { | ||
"DYNAMIC_KEY": { | ||
"type": "long", | ||
"_meta": { | ||
"description": "Collection of telemetry metrics that count the number of control groups which have their labels in this position" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.