# References

## Annotations Reference

Common annotations for scraping kubernetes container metrics:

<table><thead><tr><th valign="top">Name</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">prometheus.io/scrape</td><td valign="top">Enable scraping (e.g., true ).</td></tr><tr><td valign="top">prometheus.io/port</td><td valign="top">Application metrics port (e.g., 8080 ).</td></tr></tbody></table>

<table><thead><tr><th valign="top">Name</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">prometheus.io/path</td><td valign="top">Application metrics path (e.g., /metrics ).</td></tr></tbody></table>
