Kubernetes scraping / use prometheus.io annotations

Hi, when Kubernetes is monitored with Prometheus, its possible to use Pod annotations to manage scraping (Port, Endpoint, En/Disable).

prometheus.io/scrape = true
prometheus.io/port = 3100

Is this also possible with Alloy? Could not find in docs for prometheus.scrape component.