Closed
Description
Using Telemetry, we can track feature usage at a granular level. For example, the Optic API will be tracking # of joins. We need a way to track where a request originated when coming from the Client APIs. Each client API must include some sort of identifier that the server can use to increment the correct metric (e.g. optic-joins-javascript vs optic-joins-java).
This task is not for a specific metric - just adding the JAVA identifier that can be used by feature tracking mechanism.