Feedback

Chat Icon

Observability with Prometheus and Grafana

A Complete Hands-On Guide to Operational Clarity in Cloud-Native Systems

Exploring the Prometheus Web Interface
24%

The Runtime and Build Information

By going to Status > Runtime & Build Information, you can see the build and run environment of your instance. Here is some of the information available:

Configuration reload: Whether the last configuration reload was applied successfully.

WAL corruptions: The number of WAL corruptions. This could indicate a problem with the write-ahead log.

ℹ️ A reminder: The WAL is the write-ahead log that stores incoming samples before they are written to the main storage.

Goroutines: Prometheus is developed in Go and uses a mechanism called goroutines. This metric shows the number of goroutines that are currently running.

ℹ️ Goroutines are lightweight threads managed by the Go runtime, allowing tasks to be executed concurrently with low resource consumption.

GOMAXPROCS: This is the maximum number of CPUs that can be executing simultaneously. This is set to the number of CPUs available on the machine.

Storage retention: The retention period for the data in storage. By default, data is deleted after 15 days.

And more...

Here is a summary of what you can find on this page:

InformationDescription
Start timeThe time when the Prometheus server was started.
Working directoryThe directory that is used as the working directory for the Prometheus server.
Configuration reloadThe status of the last configuration reload attempt.
Last successful configuration reloadThe timestamp of the last successful configuration reload.
WAL corruptionsThe number of corruptions detected in the Write-Ahead Log (WAL).
GoroutinesThe number of goroutines currently running in the Prometheus server.
GOMAXPROCS

Observability with Prometheus and Grafana

A Complete Hands-On Guide to Operational Clarity in Cloud-Native Systems

Enroll now to unlock all content and receive all future updates for free.