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

com.newrelic.agent.config.DatastoreConfig Maven / Gradle / Ivy

The newest version!
/*
 *
 *  * Copyright 2020 New Relic Corporation. All rights reserved.
 *  * SPDX-License-Identifier: Apache-2.0
 *
 */

package com.newrelic.agent.config;

public interface DatastoreConfig {

    /**
     * @return true if datastore_tracer.instance_reporting.enabled is enabled
     */
    boolean isInstanceReportingEnabled();

    /**
     * @return true if datastore_tracer.database_name_reporting.enabled is enabled
     */
    boolean isDatabaseNameReportingEnabled();

    /**
     * @return true if datastore_tracer.database_connection_metadata.enabled is enabled
     */
    boolean isDatabaseConnectionMetadataEnabled();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy