New RunLLM response generated: >>>*# Question* He...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* Hello, This is more of a feature request Can monitoring be included in Flyte Binary? https://docs.flyte.org/en/latest/deployment/configuration/monitoring.html#how-to-use-the-dashboards Binary values: flyte-binary 1.13.2 · EngHabu/flyte Core values: flyte-core 1.13.2 · EngHabu/flyte
Copy code
serviceMonitor:
    # -- 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.