Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/telemetry_check'
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 18, 2024
1 parent b5c6a62 commit 604b730
Showing 1 changed file with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions src/plugins/telemetry/schema/oss_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -9720,6 +9720,120 @@
}
}
},
"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"
}
}
}
}
}
}
}
},
"event_loop_delays": {
"properties": {
"daily": {
Expand Down

0 comments on commit 604b730

Please sign in to comment.