global class OrgInstrumentationService { global OrgInstrumentationService(System.OrgMetricServiceEnum service, String subServiceName, String featureGroupName, String featureName) { } global Object clone() { } global System.OrgInstrumentationOperation getInstrumentationOperation(String operationName, Map tags, List percentileBuckets) { } global System.OrgInstrumentationOperation getInstrumentationOperation(String operationName, Map tags, List buckets) { } global System.OrgInstrumentationOperation getInstrumentationOperation(String operationName, Map tags) { } global Map getTracerContext() { } global void propagateContext(System.HttpRequest request) { } }