All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.glowroot.instrumentation.apachehttpclient.InstrumentationDescriptor Maven / Gradle / Ivy

There is a newer version: 0.14.9
Show newest version
package org.glowroot.instrumentation.apachehttpclient;

import org.glowroot.instrumentation.api.Descriptor;

@Descriptor(
            id = "apache-http-client",
            name = "Apache HttpClient",
            classes = {
                    ApacheHttpClient4xInstrumentation.class,
                    ApacheHttpClient3xInstrumentation.class
            },
            collocate = true)
public class InstrumentationDescriptor {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy