Receive logs, metrics, and traces from OpenTelemetry clients over the OpenTelemetry Protocol (OTLP/gRPC).
Add new OpenTelemetry connector
To add a new connector to an AxoRouter host, complete the following steps:
-
Create a new connector.
-
Select Connectors. The list of connectors available on the host is displayed.
-
Select
, then select the type of connector you want to create. -
Enter a Name for the connector. This name must be unique on the host.
-
(Optional) Add custom labels to the connector.
You can also modify the product and vendor labels of the connector. In that case, Axoflow will treat the incoming messages as it was received and classified as data from the specified product. This is useful if you want to send data from a specific product to a dedicated port.
These labels and other parameters of the connector will be available under the
meta.connector
key as metadata for the messages received via the connector, and can be used in routing decisions and processing steps. You can check the metadata of the messages using log tapping.
-
If needed, configure the port number where you want to receive data.
-
Select Create.
-
Make sure to enable the ports you’ve configured in the connector on the firewall of the AxoRouter host, and on other firewalls between the AxoRouter host and your data sources.
Labels
label | value |
---|---|
connector.type | otlp |
connector.name | The Name of the connector |
connector.port | The port number where the connector receives data |