Class OpenTelemetry
java.lang.Object
com.io7m.idstore.server.service.configuration.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">
<attribute name="LogicalServiceName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="OTELCollectorAddress" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the logicalServiceName property.Gets the value of the otelCollectorAddress property.voidsetLogicalServiceName(String value) Sets the value of the logicalServiceName property.voidsetOTELCollectorAddress(String value) Sets the value of the otelCollectorAddress property.
-
Field Details
-
logicalServiceName
-
otelCollectorAddress
-
-
Constructor Details
-
OpenTelemetry
public OpenTelemetry()
-
-
Method Details
-
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
-
getOTELCollectorAddress
Gets the value of the otelCollectorAddress property.- Returns:
- possible object is
String
-
setOTELCollectorAddress
Sets the value of the otelCollectorAddress property.- Parameters:
value- allowed object isString
-