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:
Assign the Component: Allocate the server component, Congree Telemetry Collector, to an appropriate host.
Open the Input Window: Click the button for the Congree Telemetry Collector component to open the input window.
Specify the HTTP Receiver Port:
The default port is 4318.
If this port is available, leave it as is.
Specify the gRPC Receiver Port:
The default port is 4317.
If this port is available, leave it as is.
Configure Prometheus Exporter: Click the button for the Prometheus Exporter to open the input window.
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.
Download Prometheus from here: Prometheus - Monitoring system & time series database
Configuring Prometheus
To enable Prometheus to locate Congree, update the prometheus.yml
file as follows:
Change
job_name
:Set
job_name
to "congree".
Update
static_configs
:Set
targets
to "localhost:8889".Alternatively, use the actual hostname of your server instead of "localhost".