Hello, This is more of a feature request Can monit...
# flyte-support
b
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: {}
a
@boundless-lifeguard-61788 flyte-binary does support the same monitoring instrumentation as flyte-core. It's just poorly documented unf if you add to values
Copy code
configuration:
  inline:
    propeller:
      prof-port: 10254
      metrics-prefix: "flyte:"
    scheduler:
      profilerPort: 10254
      metricsScope: "flyte:"
    flyteadmin:
      profilerPort: 10254
service:
  extraPorts:
  - name: http-metrics
    protocol: TCP
    port: 10254
and if you just port-forward the 10254 port and then
localhost:10254/metrics
you should see the metrics