jolly-florist-66728
10/16/2024, 3:49 PMserviceMonitor:
# -- If enabled create the flyteadmin service monitor
enabled: false
# -- Sets the interval at which metrics will be scraped by prometheus
interval: 60s
# -- Sets the timeout after which request to scrape metrics will time out
scrapeTimeout: 30s
# -- Sets the labels for the service monitor which are required by the
# prometheus to auto-detect the service monitor and start scrapping the metrics
labels: {}
# Answer
Flyte Binary does not include a ServiceMonitor by default, unlike Flyte Core, which has configurations for enabling Prometheus metrics through a ServiceMonitor. According to this discussion, you would need to manually add the extra metrics port and create a ServiceMonitor configuration similar to Flyte Core's setup.
Would you like more detail on how to configure this manually?
Sources:
- Flyte Community Discussion
Slack Link
https://.slack.com/archives/CP2HDHKE1/p1729093734.657319 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.