Usage Example - Prometheus

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Update the prometheus.yml file to add a scrape job. Update the following configuration with the adequate values:

  • job_name: Use a unique name among other scrape jobs. All metrics collected through this job will have automatically a ‘job’ label with this value added to it

  • username: The name of an admin user

  • password: The admin password

  • targets: The URL of the Artifactory node.

For more information about Prometheus scrap job configuration, see here.