Credentials Autodiscovery
Causely also supports credentials autodiscovery. This feature allows you to add new scraping targets without updating the Causely configuration. Label the Kubernetes Secret to enable autodiscovery for the corresponding scraper.
For example, to enable autodiscovery for the MySQL scraper, you can label the Kubernetes Secret with the following command:
kubectl --namespace causely label secret mysql-credentials "causely.ai/scraper=MySQL"
Credentials Autodiscovery is available for many of the integrations.