Configuring the Congree Telemetry Collector

Configuring the Congree Telemetry Collector

To access telemetry data within Congree, follow these steps to configure the Congree Telemetry Collector:

  1. Assign the Component: Allocate the server component, Congree Telemetry Collector, to an appropriate host.

    image-20241216-114356.png
  2. Open the Input Window: Click the button Icon_Edit Gray 32x-20241125-141347.png for the Congree Telemetry Collector component to open the input window.

  3. Specify the HTTP Receiver Port:

    • The default port is 4318.

    • If this port is available, leave it as is.

  4. Specify the gRPC Receiver Port:

    • The default port is 4317.

    • If this port is available, leave it as is.

  5. Configure Prometheus Exporter: Click the button Icon_Edit Gray 32x-20241125-141347.png for the Prometheus Exporter to open the input window.

  6. Specify the Prometheus Port:

    • The default port is 8889.

    • If this port is available, leave it as is.

Installing Prometheus

After installation, configure Prometheus to access the data.

Configuring Prometheus

To enable Prometheus to locate Congree, update the prometheus.yml file as follows:

  1. Change job_name:

    • Set job_name to "congree".

  2. Update static_configs:

    • Set targets to "localhost:8889".

    • Alternatively, use the actual hostname of your server instead of "localhost".