private boolean isXRayPluginCall()

in aws-xray-agent/src/main/java/com/amazonaws/xray/agent/runtime/handlers/downstream/HttpClientHandler.java [182:185]


    private boolean isXRayPluginCall(URI uri) {
        String uriPath = uri.getPath();
        return uriPath != null && uriPath.equals("/api/v1/namespaces/amazon-cloudwatch/configmaps/cluster-info");
    }