Skip to content

Commit

Permalink
Update removals from src/platform/plugins/shared/telemetry/schema/oss…
Browse files Browse the repository at this point in the history
…_plugins.json
  • Loading branch information
tsullivan committed Jan 5, 2025
1 parent 88e3127 commit ccaa831
Showing 1 changed file with 0 additions and 105 deletions.
105 changes: 0 additions & 105 deletions src/platform/plugins/shared/telemetry/schema/oss_plugins.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,5 @@
{
"properties": {
"files": {
"properties": {
"countByExtension": {
"type": "array",
"items": {
"properties": {
"extension": {
"type": "keyword"
},
"count": {
"type": "long"
}
}
}
},
"countByStatus": {
"properties": {
"AWAITING_UPLOAD": {
"type": "long",
"_meta": {
"description": "Number of files awaiting upload"
}
},
"DELETED": {
"type": "long",
"_meta": {
"description": "Number of files that are marked as deleted"
}
},
"READY": {
"type": "long",
"_meta": {
"description": "Number of files that are ready for download"
}
},
"UPLOADING": {
"type": "long",
"_meta": {
"description": "Number of files that are currently uploading"
}
},
"UPLOAD_ERROR": {
"type": "long",
"_meta": {
"description": "Number of files that failed to upload"
}
}
}
},
"storage": {
"properties": {
"esFixedSizeIndex": {
"properties": {
"capacity": {
"type": "long",
"_meta": {
"description": "Capacity of the fixed size index"
}
},
"available": {
"type": "long",
"_meta": {
"description": "Available storage in bytes"
}
},
"used": {
"type": "long",
"_meta": {
"description": "Used storage in bytes"
}
}
}
}
}
}
}
},
"kql": {
"properties": {
"optInCount": {
Expand All @@ -90,34 +13,6 @@
}
}
},
"sample-data": {
"properties": {
"installed": {
"type": "array",
"items": {
"type": "keyword"
}
},
"last_install_date": {
"type": "date"
},
"last_install_set": {
"type": "keyword"
},
"last_uninstall_date": {
"type": "date"
},
"last_uninstall_set": {
"type": "keyword"
},
"uninstalled": {
"type": "array",
"items": {
"type": "keyword"
}
}
}
},
"search": {
"properties": {
"successCount": {
Expand Down

0 comments on commit ccaa831

Please sign in to comment.