| 1 | // Package contexts provides type-safe metric contexts for the mq 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=mq -input=contexts.yaml -output=zz_generated_contexts.go -package=contexts |