Skip to content

Bots From Extension: opentelemetry

OpenTelemetry Collector Exporter

This extension provides 2 bots.





Bot @ot:export-metrics

Bot Position In Pipeline: Sink

Export metrics from input dataframe to OpenTelemetry collector

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
metric_name_column Text metric_name Column name which contains name of the metric
metric_type_column Text metric_type Column name which contains the metric type. Supported values for metric_type are 'gauge', 'counter'
metric_description_column Text metric_description Column name which contains description of the metric
status_column Text otlp_export_status Output column name which contains status of export to OpenTelemetry collector
include_columns Text Reguar Expression pattern to include a specific set of columns as metric attributes (labels)
exclude_columns Text Reguar Expression pattern to exclude a specific set of columns as metric attributes (labels)







Bot @ot:export-stack

Bot Position In Pipeline: Source Sink

Export nodes and relationships from an RDA DependencyMapping

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
stack_name* Text metric_name Name of the stack in RDA DependencyMappings repository
node_metric Text rda_inventory_node Name of the gauge metric to be used while publishing node inventory
relation_metric Text rda_inventory_node Name of the gauge metric to be used while publishing relationships inventory