Visualizing your logs
OpenTelemetry logs integrate logging information into your observability stack, enriching it with additional telemetry data and linking it to related traces. Log entries can accommodate both unstructured text and structured information, making them flexible for various logging needs.
To visualize your logs, simply navigate to FusionReactor Cloud in a browser and access the Log Browser dashboard, which provides comprehensive logging features without requiring additional configuration. Alternatively, you can view your logs in Explore by selecting Logs from the datasource dropdown, or via the Logging tab.
Python example
Info
The following example relies on a user having first instrumented a Python application to ship data to FR Cloud.
In the FR Cloud Logging window, open the Job dropdown and select fib_by_iteration. All the log messages emitted by the Python code will appear.
