Interface TagFactoryFactory


@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public interface TagFactoryFactory
Creates TagFactorys

Since:
4.6.0
See Also:
  • Method Details

    • prefixedTagFactory

      TagFactory prefixedTagFactory(String keyPrefix)
      Parameters:
      keyPrefix - The prefix used for tag keys. This should be something unique to the App; like the name of the App (e.g team-calendars-) to help metrics users understand where this tag comes from, and to avoid collisions with other Apps.
      Returns:
      a TagFactory that will prefix tags key with the provided prefix.
      Since:
      4.6.0