diff --git a/main.go b/main.go index a42d365..48453b9 100644 --- a/main.go +++ b/main.go @@ -93,7 +93,7 @@ type AgeRecord struct { SecondDoseCumulative func() prometheus.Gauge `name:"second_dose_cumulative" help:""` TotalPopulation func() prometheus.Gauge `name:"total_population" help:""` PercentAtLeastOneDose func() prometheus.Gauge `name:"percent_at_least_one_dose" help:""` - PercentFullyVaccinated func() prometheus.Gauge `name:"percent_fully_faccinated" help:""` + PercentFullyVaccinated func() prometheus.Gauge `name:"percent_fully_vaccinated" help:""` } type DataRecord struct {