Package 

Class MessagingNamingV1

    • Method Detail

      • outboundService

         String outboundService(@NonNull() String messagingSystem, boolean useLegacyTracing)

        Calculate the service name for a messaging producer span.

        Parameters:
        messagingSystem - the messaging system (e.g.
        useLegacyTracing - if true legacy tracing service naming will be applied if compatible
      • inboundOperation

        @NonNull() String inboundOperation(@NonNull() String messagingSystem)

        Calculate the operation name for a messaging consumer span for process operation.

        Parameters:
        messagingSystem - the messaging system (e.g.
      • inboundService

         String inboundService(@NonNull() String messagingSystem, boolean useLegacyTracing)

        Calculate the service name for a messaging producer span.

        Parameters:
        messagingSystem - the messaging system (e.g.
        useLegacyTracing - if true legacy tracing service naming will be applied if compatible
      • timeInQueueService

        @NonNull() String timeInQueueService(@NonNull() String messagingSystem)

        Calculate the service name for a messaging time in queue synthetic span.

        Parameters:
        messagingSystem - the messaging system (e.g.
      • timeInQueueOperation

        @NonNull() String timeInQueueOperation(@NonNull() String messagingSystem)

        Calculate the operation name for a messaging time in queue synthetic span.

        Parameters:
        messagingSystem - the messaging system (e.g.