Class OpenTelemetry
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.OpenTelemetry
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.certusine:configuration:1}Logs" minOccurs="0"/>
<element ref="{urn:com.io7m.certusine:configuration:1}Metrics" minOccurs="0"/>
<element ref="{urn:com.io7m.certusine:configuration:1}Traces" minOccurs="0"/>
</sequence>
<attribute name="LogicalServiceName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the logicalServiceName property.getLogs()Gets the value of the logs property.Gets the value of the metrics property.Gets the value of the traces property.voidsetLogicalServiceName(String value) Sets the value of the logicalServiceName property.voidSets the value of the logs property.voidsetMetrics(Metrics value) Sets the value of the metrics property.voidSets the value of the traces property.
-
Field Details
-
logs
-
metrics
-
traces
-
logicalServiceName
-
-
Constructor Details
-
OpenTelemetry
public OpenTelemetry()
-
-
Method Details
-
getLogs
-
setLogs
-
getMetrics
-
setMetrics
-
getTraces
-
setTraces
-
getLogicalServiceName
-
setLogicalServiceName
-