Skip to content

Commit

Permalink
Update telemetry mapping files
Browse files Browse the repository at this point in the history
  • Loading branch information
dokmic authored and ThomThomson committed Dec 18, 2024
1 parent d59a3f3 commit 05cc596
Show file tree
Hide file tree
Showing 4 changed files with 1,284 additions and 1,283 deletions.
117 changes: 116 additions & 1 deletion src/plugins/telemetry/schema/oss_platform.json
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"
}
}
}
}
}
}
}
}
}
}
114 changes: 0 additions & 114 deletions src/plugins/telemetry/schema/oss_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -9720,120 +9720,6 @@
}
}
},
"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
Loading

0 comments on commit 05cc596

Please sign in to comment.