Interface ConfigurableMetricExporterProvider

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this exporter, which can be specified with the otel.metrics.exporter property to enable it. The name returned should NOT be the same as any other exporter / reader name, either from other implementations of this SPI or ConfigurableMetricReaderProvider. If the name does conflict with another exporter / reader name, the resulting behavior is undefined and it is explicitly unspecified which exporter / reader will actually be used.