Configuring the TimesTen Exporter and Prometheus with No Authentication
This example first illustrates how to configure Prometheus without authentication. It then uses the ttExporter
utility to start the TimesTen exporter. The -insecure
option of the ttExporter
utility is used to denote no authentication. After Prometheus is configured and the Exporter is started, Prometheus can then scrape the TimesTen metrics that the Exporter exposes.
You successfully configured Prometheus and started the Exporter. Prometheus is scraping the TimesTen metrics that the Exporter exposes at the
/metrics
endpoint. Prometheus continues to scrape the TimesTen metrics until you stop the Exporter.