Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
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: kubernetes-retired/heapster
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: kubernetes-retired/heapster
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.4
Choose a head ref
  • 19 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 1, 2017

  1. Ignore stats from terminated container if new was created.

    It may happen that cadvisor continues to report metrics for container
    that was terminated even if a new one had been created. In such cases
    heapster randomly selects metric from the terminated or running
    container. This commit adds simple heuristic to ignore container that
    is older and don't have any cpu usage.
    loburm committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    0f9b0fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1745 from loburm/release-1.4

    Cherry-pick of #1708
    piosz authored Aug 1, 2017
    Configuration menu
    Copy the full SHA
    f8c539e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    6c0c5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca4f19c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b4103f View commit details
    Browse the repository at this point in the history
  4. Bumped version to v1.4.0

    piosz committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    d6ad7b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42198a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1770 from piosz/sd-impr

    [SD sink] Various improvements to SD sink
    piosz authored Aug 14, 2017
    Configuration menu
    Copy the full SHA
    c580a56 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1772 from piosz/v1.4.1

    Bumped version to v1.4.1
    piosz authored Aug 14, 2017
    Configuration menu
    Copy the full SHA
    d7df1c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Configuration menu
    Copy the full SHA
    64aabde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1790 from piosz/more-debug

    Ignore duplicated stats for containers
    piosz authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    ae12a18 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Fix an issue when memory/bytes_used is not reported.

    Export both evictable and non-evictable metrics.
    loburm committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    3d802fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1825 from loburm/fix_memory_metrics_1.4

    Fix an issue when memory/bytes_used is not reported.
    piosz authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    a751d1b View commit details
    Browse the repository at this point in the history
  3. Log Stackdriver request when it fails.

    Failed requests logged at log level 2.
    Successful ones logged at log level 10.
    x13n committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    751ac42 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1827 from x13n/release-1.4

    Log Stackdriver request when it fails.
    loburm authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    317a883 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2e92f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    455b652 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1829 from x13n/release-1.4

    Bugfix: properly handle marshalJSON errors
    x13n authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    2c22636 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Merge pull request #1828 from loburm/fix_memory_metrics_1.4

    Change Heaspter version to 1.4.3.
    loburm authored Oct 3, 2017
    Configuration menu
    Copy the full SHA
    b1d70b4 View commit details
    Browse the repository at this point in the history
Loading