| 1 | // Package main provides a tool to scan Go source files and extract Prometheus |
| 2 | // metric definitions. It outputs metrics in Prometheus text exposition format |
| 3 | // to stdout for use by the documentation generator. |
| 4 | // |
nothing calls this directly
no test coverage detected