OpenTelemetry
Most recent version: v0.0.1
Last updated
Was this helpful?
Most recent version: v0.0.1
Last updated
Was this helpful?
Onum supports integration with the OpenTelemetry protocol. Select OpenTelemetry from the list of Listener types and click Configuration to start.
Now you need to specify how and where to collect the data, and how to establish a connection with the OpenTelemetry protocol.
Enter the basic information for the new Listener.
Name*
Enter a name for the new Listener.
Description
Optionally, enter a description for the Listener.
Tags
Add tags to easily identify your Listener. Hit the Enter
key after you define each tag.
Configure your OTLP/gRPC or OTLP/HTTP endpoint. Set the desired type as true to enable more options.
gRPC Configuration
Set Allow gRPC protocol as true if you want to configure OTLP/gRPC:
gRPC port*
The port to establish the connection with the protocol.
HTTP Configuration
Set Allow HTTP protocol as true if you want to configure OTLP/HTTP:
HTTP Port*
The port to establish the connection with the protocol.
Traces path
The traces path for the endpoint URL e.g. http://collector:port/v1/traces
Metrics path
The metrics path for the endpoint URL e.g. http://collector:port/v1/metrics
Logs path
The log path for the endpoint URL e.g. http://collector:port/v1/logs
Authentication Configuration
Choose your required authentication method in the Authentication Type parameter:
None
Choose this if you don't need any authentication method.
Basic
Enter your Username and Password for basic authentication.
Bearer Token
Enter your Token Name and choose the required Token for authentication.
TLS Configuration
Set Allow TLS configuration as true if you decide to include TLS authentication in this Listener:
Certificate*
The SSL certificate content.
Private Key*
The private key of the corresponding certificate.
CA Chain*
The path containing the CA certificates.
Minimum TLS Version*
Select the required version from the menu.
Click Create labels to move on to the next step and define the required Labels.