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

provide-consumed-resources-from-prometheus #676

Merged
merged 35 commits into from
Oct 1, 2024

Commits on Sep 9, 2024

  1. Added resources endpoint

    satr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a3904b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Added prometheus client

    satr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2e91f35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abdb3d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ae9a5 View commit details
    Browse the repository at this point in the history
  4. Corrected min-max-avg values

    satr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    46a26c2 View commit details
    Browse the repository at this point in the history
  5. Added comment and correct URL

    satr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f1a942a View commit details
    Browse the repository at this point in the history
  6. Added query arguments

    satr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2045c74 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Added query arguments

    satr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    23242e1 View commit details
    Browse the repository at this point in the history
  2. Added extra query arguments

    satr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d47f680 View commit details
    Browse the repository at this point in the history
  3. Added extra query arguments

    satr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9e380d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Updated queries

    satr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0601fff View commit details
    Browse the repository at this point in the history
  2. Cleanup

    satr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    292abae View commit details
    Browse the repository at this point in the history
  3. Cleanup

    satr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5cb54d6 View commit details
    Browse the repository at this point in the history
  4. Extracted prometheus handler

    satr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    eacca9a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Adding unit-tests

    satr committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ee63d27 View commit details
    Browse the repository at this point in the history
  2. Adding unit-tests

    satr committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    439677f View commit details
    Browse the repository at this point in the history
  3. Adding unit-tests

    satr committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b3482b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge remote-tracking branch 'origin/master' into provide-consumed-re…

    …sources-from-prometheus
    
    # Conflicts:
    #	go.mod
    #	go.sum
    #	swaggerui/html/swagger.json
    satr committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fc939dc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Adding unit-tests

    satr committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6803ee5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Adding unit-tests

    satr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    13cda76 View commit details
    Browse the repository at this point in the history
  2. Adding unit-tests

    satr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7b06569 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into provide-consumed-re…

    …sources-from-prometheus
    satr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3da30b6 View commit details
    Browse the repository at this point in the history
  4. Updated refs

    satr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    30c2e10 View commit details
    Browse the repository at this point in the history
  5. Renamed var

    satr committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d185ed7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Send only raw values

    satr committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    72656e5 View commit details
    Browse the repository at this point in the history
  2. Always remove zero values

    satr committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    25c56f2 View commit details
    Browse the repository at this point in the history
  3. Updated objects

    satr committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c642e64 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Tuned queries

    satr committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6b9bd1f View commit details
    Browse the repository at this point in the history
  2. Corrected summary logic

    satr committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1d5486d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge remote-tracking branch 'origin/master' into provide-consumed-re…

    …sources-from-prometheus
    
    # Conflicts:
    #	api/applications/applications_controller_test.go
    #	go.mod
    #	go.sum
    satr committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0b19cc5 View commit details
    Browse the repository at this point in the history
  2. Updated versions

    satr committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4b1b3ad View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fixed tests

    satr committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e7273d9 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    satr committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ac2bbc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Delete file

    satr committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    70e8c21 View commit details
    Browse the repository at this point in the history
  2. Moved the method

    satr committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8e4ae6b View commit details
    Browse the repository at this point in the history