Skip to content

add a few simple prometheus metrics #1369

Open
@iameli

Description

@iameli

Please let me know if any of these already exist or if there are better ways to handle some of these situations.

  • livepeer_broadcaster_count1 if running with -broadcaster, 0 otherwise
  • livepeer_orchestrator_count1 if running with -orchestrator, 0 otherwise
  • livepeer_transcoder_count1 if running with -transcoder, 0 otherwise

These will let us sum the currently running counts of Bs, Os, and Ts without resorting to building the numbers from the local Kubernetes environment.

  • livepeer_gpu_count — If running as a -transcoder with GPUs, how many GPUs are we running with?
  • livepeer_gpu_nvidia_count — How many -nvidia GPUs are we using?
  • livepeer_gpu_vaapi_count — How many VAAPI GPUs are we using?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions