Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robusta-dev/krr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: robusta-dev/krr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v.1.14.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    bf98c3b View commit details
    Browse the repository at this point in the history
  2. queries with no label filters bug (#327)

    bug fix - On queries with no labels, adding the cluster label with a
    comma prefix created an invalid query ( `machine_memory_bytes{,
    cluster="foo"}` ) that failed
    
    Fixes #325
    arikalon1 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3dcc0eb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Sep 21, 2024

  1. feat : use --no-cache-dir flag to pip in dockerfiles to save space (#334

    )
    
    using the "--no-cache-dir" flag in pip install, make sure downloaded
    packages by pip don't cache on the system. This is a best practice that
    makes sure to fetch from a repo instead of using a local cached one.
    Further, in the case of Docker Containers, by restricting caching, we
    can reduce image size. In terms of stats, it depends upon the number of
    python packages multiplied by their respective size. e.g for heavy
    packages with a lot of dependencies it reduces a lot by don't cache pip
    packages.
    
    Further, more detailed information can be found at
    
    
    https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6
    
    ---------
    
    Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
    Rajpratik71 authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    46bf945 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. [MAIN-2169] upgrading the prometrix version (#340)

    ### Tests ran
    
    - Ran krr before the upgrade and after the upgrade to compare the output
    Avi-Robusta authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b02fabf View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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