Summary
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: <https://artifacthub.io/packages/helm/flyte/flyte-binary?modal=values|flyte-binary 1.13.2 · EngHabu/flyte> Core values: <https://artifacthub.io/packages/helm/flyte/flyte-core?modal=values&path=flyteadmin.serviceMonitor|flyte-core 1.13.2 · EngHabu/flyte>
# -- 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: {}```