Telemetry
Aspects
telemetryClientId
A simple wrapper around a String to persist the client ID for telemetry in DataHub's backend DB
Schema
{
  "type": "record",
  "Aspect": {
    "name": "telemetryClientId"
  },
  "name": "TelemetryClientId",
  "namespace": "com.linkedin.telemetry",
  "fields": [
    {
      "type": "string",
      "name": "clientId",
      "doc": "A string representing the telemetry client ID"
    }
  ],
  "doc": "A simple wrapper around a String to persist the client ID for telemetry in DataHub's backend DB"
}
Relationships
Global Metadata Model

Is this page helpful?