| 1 | // Package contexts provides type-safe metric contexts for the as400 collector. |
| 2 | // DO NOT EDIT zz_generated_contexts.go - it is auto-generated from contexts.yaml |
| 3 | package contexts |
| 4 | |
| 5 | //go:generate go run ../../../metricgen/main.go -module=as400 -input=contexts.yaml -output=zz_generated_contexts.go -package=contexts |