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

[EXPORTER] Export resource for prometheus #2301

Merged
merged 34 commits into from
Oct 3, 2023
Merged

Commits on Sep 8, 2023

  1. Export resource for prometheus

    owent committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    dfefb44 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    ca3286a View commit details
    Browse the repository at this point in the history
  2. Fix constructor

    owent committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    1436368 View commit details
    Browse the repository at this point in the history
  3. Fix compiling problem

    owent committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    22b8c94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b15502 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    401a8ac View commit details
    Browse the repository at this point in the history
  2. Add target_info metric.

    owent committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d2e144a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a30ddf7 View commit details
    Browse the repository at this point in the history
  4. Fix instance and job exporting

    owent committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    02f4d04 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    004a4d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ed751 View commit details
    Browse the repository at this point in the history
  3. Fix warnings

    owent committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    00b0b66 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    9f01fd4 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    owent committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5d24d88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e50a3d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88e9857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0b322b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    0ab87c0 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests after merged.

    owent committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fcc397f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f29cd View commit details
    Browse the repository at this point in the history
  4. Merge SanitizeName changes

    owent committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    765eb99 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    3ebe160 View commit details
    Browse the repository at this point in the history
  2. Remove labels conversations that should only be in target info.

    Signed-off-by: WenTao Ou <admin@owent.net>
    owent committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    422bca2 View commit details
    Browse the repository at this point in the history
  3. Remove unused variables.

    Signed-off-by: WenTao Ou <admin@owent.net>
    owent committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d0f15f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Populate target_info with every scrape

    Signed-off-by: owent <admin@owent.net>
    owent committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    bb62f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9826f67 View commit details
    Browse the repository at this point in the history
  3. Fix style

    Signed-off-by: owent <admin@owent.net>
    owent committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    db783e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    3517444 View commit details
    Browse the repository at this point in the history
  2. Fix some legacy issues to remove job and instance labels.

    Signed-off-by: owent <admin@owent.net>
    owent committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    dd737e3 View commit details
    Browse the repository at this point in the history
  3. Add scope for target-info

    Signed-off-by: owent <admin@owent.net>
    owent committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b6ca2f2 View commit details
    Browse the repository at this point in the history
  4. Restore +2 when reserve space for vector.

    Signed-off-by: owent <admin@owent.net>
    owent committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0149d5c View commit details
    Browse the repository at this point in the history