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
Gets the value of the logs property.- Returns:
- possible object is
Logs
-
setLogs
Sets the value of the logs property.- Parameters:
value- allowed object isLogs
-
getMetrics
Gets the value of the metrics property.- Returns:
- possible object is
Metrics
-
setMetrics
Sets the value of the metrics property.- Parameters:
value- allowed object isMetrics
-
getTraces
Gets the value of the traces property.- Returns:
- possible object is
Traces
-
setTraces
Sets the value of the traces property.- Parameters:
value- allowed object isTraces
-
getLogicalServiceName
Gets the value of the logicalServiceName property.- Returns:
- possible object is
String
-
setLogicalServiceName
Sets the value of the logicalServiceName property.- Parameters:
value- allowed object isString
-