Searched refs:rawCloudTracingObject (Results 1 – 1 of 1) sorted by relevance
114 Map<String, ?> rawCloudTracingObject = JsonUtil.getObject(config, "cloud_trace"); in parseConfig() local115 if (rawCloudTracingObject != null) { in parseConfig()117 sampler = parseTracingObject(rawCloudTracingObject); in parseConfig()