Class RealmIdTagContributor

java.lang.Object
org.apache.polaris.service.quarkus.metrics.RealmIdTagContributor
All Implemented Interfaces:
io.quarkus.micrometer.runtime.HttpServerMetricsTagsContributor

@ApplicationScoped public class RealmIdTagContributor extends Object implements io.quarkus.micrometer.runtime.HttpServerMetricsTagsContributor
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.quarkus.micrometer.runtime.HttpServerMetricsTagsContributor

    io.quarkus.micrometer.runtime.HttpServerMetricsTagsContributor.Context
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.micrometer.core.instrument.Tags
    contribute(io.quarkus.micrometer.runtime.HttpServerMetricsTagsContributor.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • RealmIdTagContributor

      public RealmIdTagContributor()
  • Method Details

    • contribute

      public io.micrometer.core.instrument.Tags contribute(io.quarkus.micrometer.runtime.HttpServerMetricsTagsContributor.Context context)
      Specified by:
      contribute in interface io.quarkus.micrometer.runtime.HttpServerMetricsTagsContributor