Skip to content

Instantly share code, notes, and snippets.

View mharvey-gresham's full-sized avatar

Mark mharvey-gresham

  • Gresham Technologies
  • Bristol
View GitHub Profile
@mharvey-gresham
mharvey-gresham / comms-out-metrics.txt
Created April 8, 2026 18:01
comms-out Prometheus metrics from sora port 8118 2026-04-08
# HELP application_ready_time_seconds Time taken for the application to be ready to service requests
# TYPE application_ready_time_seconds gauge
application_ready_time_seconds{main_application_class="com.gresham.coil.Application"} 24.492
# HELP application_started_time_seconds Time taken to start the application
# TYPE application_started_time_seconds gauge
application_started_time_seconds{main_application_class="com.gresham.coil.Application"} 24.471
# HELP disk_free_bytes Usable space for path
# TYPE disk_free_bytes gauge
disk_free_bytes{path="/home/coil/."} 1.5082979328E10
# HELP disk_total_bytes Total space for path
@mharvey-gresham
mharvey-gresham / comms-in-metrics.txt
Created April 8, 2026 18:01
comms-in Prometheus metrics from sora port 8118 2026-04-08
# HELP application_ready_time_seconds Time taken for the application to be ready to service requests
# TYPE application_ready_time_seconds gauge
application_ready_time_seconds{main_application_class="com.gresham.coil.Application"} 16.615
# HELP application_started_time_seconds Time taken to start the application
# TYPE application_started_time_seconds gauge
application_started_time_seconds{main_application_class="com.gresham.coil.Application"} 16.55
# HELP disk_free_bytes Usable space for path
# TYPE disk_free_bytes gauge
disk_free_bytes{path="/."} 8.807084032E9
# HELP disk_total_bytes Total space for path