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

Helm chart for pcm-sensor-server #727

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2024

  1. Helm chart for pcm:

    old comments:
    
    sys/pci/mcfg mounts are unnessesary for indirect method
    fix old wrong defaults in README
    fix formatting
    possible fix for issue with resctrl
    remove hacks to handle /pcm/resctrl and unessesary out-of-date files
    update License to use the same as pcm itself
    update README, remove out-of-date info
    links do values
    formatting + links do values
    update README an values comments
    update README
    address jcfunk comments: interval and extra labels for PodMonitor + refactor readme
    fix typos
    readme: reminder about removing msr kernel module
    after rebasing: point to correct default pcm image from intel organization
    
    Refactoring:
    
    - explicit values file for privileged direct method,
    - hide (into docs directory) "unprivileged" direct method (and fixes),
    - remove unnessesary mounts (mcfg, /dev/cpu/dev/mem for privileged access),
    - add instructions to collection methods,
    - fixes (extra builder) for build local development image,
    - silent mode
    - move collection methods to the top
    
    fix values files for direct privileged method
    
    New: support for PERFMON capability, silent mode and some extra env
    debug variables
    
    VPA: v1 - first version of vertical pod autoscaler
    
    Grafana dashboard: instructions
    
    rename resctrlHostMount to resctrlMount
    
    fix dashboard rate interval
    
    pcm-sensor-server: add new metrics DRAM Local percantage
    
    Fix dockerbuild by using separate Dockerfile + build in dockerignore
    
    improve dockerfile.debug
    
    extra env PCM_NO_MAIN_EXCEPTION_HANDLER
    ppalucki committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cdb10cd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    d75b013 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    92fbe0c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    513b7c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3d9eb View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    a088ab0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    cb36269 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. e2e tests: cont

    ppalucki committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    91b445e View commit details
    Browse the repository at this point in the history