java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.OpenTelemetry

public class OpenTelemetry extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:com.io7m.idstore:configuration:1}Metrics" minOccurs="0"/>
         <element ref="{urn:com.io7m.idstore:configuration:1}Traces" minOccurs="0"/>
       </sequence>
       <attribute name="LogicalServiceName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • metrics

      protected Metrics metrics
    • traces

      protected Traces traces
    • logicalServiceName

      protected String logicalServiceName
  • Constructor Details

    • OpenTelemetry

      public OpenTelemetry()
  • Method Details

    • getMetrics

      public Metrics getMetrics()
      Gets the value of the metrics property.
      Returns:
      possible object is Metrics
    • setMetrics

      public void setMetrics(Metrics value)
      Sets the value of the metrics property.
      Parameters:
      value - allowed object is Metrics
    • getTraces

      public Traces getTraces()
      Gets the value of the traces property.
      Returns:
      possible object is Traces
    • setTraces

      public void setTraces(Traces value)
      Sets the value of the traces property.
      Parameters:
      value - allowed object is Traces
    • getLogicalServiceName

      public String getLogicalServiceName()
      Gets the value of the logicalServiceName property.
      Returns:
      possible object is String
    • setLogicalServiceName

      public void setLogicalServiceName(String value)
      Sets the value of the logicalServiceName property.
      Parameters:
      value - allowed object is String