Data collection
Server Usage Report and BI Events ¶
Comet is committed to transparency. Thus, we ensure that only minimal usage reports and installation statistics are collected. This section provides a deeper insight into the nature and format of the collected data.
Firewall Whitelist Information: To ensure a smooth data transmission, please whitelist the following in your firewall:
Port: 443
Host: stats.comet.com
IP: 3.210.8.13
Proto: TCP
Sample Usage Report: Here's an example of a typical usage report:
{
"usage_id": "2022-12",
"report": [
{
"username": "benjamin",
"email": "z@gmail.com",
"created_at": 1662014273604,
"uiUsageCount": 1,
"uiUsageUpdateTs": 1662014275281,
"sdkUsageCount": 0,
"sdkUsageUpdateTs": 1662014275281,
"suspended": false
},
],
"number_of_users": 1,
"licenseKey": "licenseKey1234",
"domain": "gmail.com",
"backendVersion": "3.2.74",
"frontendVersion": "NA"
}
{
"anonymousId": null,
"context": {
"library": {
"name": "analytics-python",
"version": "2.2.1"
}
},
"event": "new_experiment_be",
"integrations": {},
"messageId": "e400c2e6-d161-4225-a992-a3621fff95eb",
"originalTimestamp": "2023-01-13T14:40:41.337309+00:00",
"properties": {
"backendVersion": "3.2.165",
"client": "my-company",
"domain": "my-company.com",
"experimentKey": "c249967859b24153b3c8659aac9g3dab",
"frontendVersion": "5.20.2",
"licenseKey": "pffka9493j2bd963do98Tfabccf80997r",
"on_prem": true,
"optimizationId": null,
"organizationId": "PJ9ULeGB7kqQ4G7J08DsrgpoS",
"organizationName": "defaultOrganization",
"projectId": "a6e22f54d84a548b3f1760bf6421602b",
"projectName": "my-recommender-model",
"pyVersion": "3.8.12",
"sdkVersion": "3.31.22",
"status": "true",
"teamName": "my-team",
"version": "3.31.22"
},
"receivedAt": "2023-01-13T14:40:41.956Z",
"sentAt": "2023-01-13T14:40:41.714Z",
"timestamp": "2023-01-13T14:40:41.579Z",
"type": "track",
"userId": "my-name",
"writeKey": "zZVvzqFNeXDt2KSyeGofvrsKY6osd6Ht"
}
If you have any questions regarding Comet Usage and Events Reporting, please contact support@comet.com or your account manager.
Apr. 17, 2025