fixed typo
This commit is contained in:
parent
0e0e1c46b3
commit
4c03931fa7
2
main.go
2
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 {
|
||||
|
Reference in New Issue
Block a user