georgian power grid, as prometheus metrics
scraped off Georgian State Electrosystem (საქართველოს სახელმწიფო ელექტროსისტემა), the national grid operator.
two nationwide blackouts in two days, the root cause is on the right (unconfirmed)
docker run -p 9821:9821 ghcr.io/jsopn/gse-exporter:1.0.0
curl localhost:9821/metricsgse_consumption_watts |
country wide load rn |
gse_consumption_estimate_watts |
the load gse planned, hourly steps |
gse_frequency_hertz |
50 is happy |
gse_generation_watts{source} |
hydro / thermal / wind / solar |
gse_import_watts gse_export_watts |
|
gse_interconnection_flow_watts{country,link} |
per border tie, signed, + is into georgia |
gse_data_timestamp_seconds |
newest upstream sample, alert on its age |
gse_up |
last poll ok |
helm install gse ./charts/gse-exporter \
--set serviceMonitor.enabled=true \
--set prometheusRule.enabled=trueserviceMonitor.enabled |
scraping |
prometheusRule.enabled |
alerts |
scrapeAnnotations.enabled |
plain prometheus.io/*, if u run no operator |
see more in values.yaml
alerts u get:
GSEConsumptionCollapseload fell off a cliff vs 15m agoGSEConsumptionBelowPlanunder a third of plan for 15m, holds for the whole outageGSEFrequencyDeviation,GSEDataStale,GSEExporterDown

