Class QuarkusLokiLogAppenderConfig

java.lang.Object
net.codinux.log.quarkus.config.QuarkusLogAppenderConfigBase
net.codinux.log.loki.quarkus.config.QuarkusLokiLogAppenderConfig

@ConfigRoot(phase=RUN_TIME, name="log.loki") public class QuarkusLokiLogAppenderConfig extends net.codinux.log.quarkus.config.QuarkusLogAppenderConfigBase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    For multi-tenant Loki setups the tenant id to use

    Fields inherited from class net.codinux.log.quarkus.config.QuarkusLogAppenderConfigBase

    connectTimeout, enable, fields, hostUrl, maxBufferedLogRecords, maxLogRecordsPerBatch, password, requestTimeout, sendLogRecordsPeriodMillis, stateLoggerName, username
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • tenantId

      @ConfigItem(name="tenantid", defaultValue="null") public String tenantId
      For multi-tenant Loki setups the tenant id to use
  • Constructor Details

    • QuarkusLokiLogAppenderConfig

      public QuarkusLokiLogAppenderConfig()