Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Serve] [Dashboard] Add serve controller metrics to serve system dashboard page #43797

Commits on Mar 7, 2024

  1. Add serve controller metrics to serve system dashboard page

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    823c902 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Remove console.log statement in ServeMetricsSection.tsx

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e855de9 View commit details
    Browse the repository at this point in the history
  2. Use metric descriptions from Ray docs

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1fee8ba View commit details
    Browse the repository at this point in the history
  3. Add gRPC ongoing requests and number of controll loops

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1c63a39 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b923368 View commit details
    Browse the repository at this point in the history
  5. Rename SYSTEM_METRICS_CONFIG to SERVE_SYSTEM_METRICS_CONFIG

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c07693a View commit details
    Browse the repository at this point in the history
  6. Lint

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4b89c8c View commit details
    Browse the repository at this point in the history
  7. Remove controller num_starts

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5d34b61 View commit details
    Browse the repository at this point in the history
  8. Remove "Number of Control Loops" metric config

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4e7e603 View commit details
    Browse the repository at this point in the history
  9. Fix title in ServeMetricsSection

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    af5830c View commit details
    Browse the repository at this point in the history
  10. Fix test number of assertions

    Signed-off-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
    architkulkarni committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9509e0d View commit details
    Browse the repository at this point in the history