Chapter 9. Troubleshooting

Table of Contents

9.1. Possible Issues

Use the below commands to display system details.

The pgpro-otel-collector service status:

# systemctl status pgpro-otel-collector

The pgpro-otel-collector activity logs:

# journalctl -u pgpro-otel-collector

The logging level can be managed by the service.telemetry.logs.level parameter and can take the following values: debug, info, warn, error. info is used by default.