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

Integrate collector with new metadata api #858

Merged
merged 37 commits into from
Jan 9, 2023
Merged

Commits on Dec 3, 2022

  1. begin integrating collector with new metadata api

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    604c35e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. metadata api, use collector fields for tag details

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6d41b38 View commit details
    Browse the repository at this point in the history
  2. metadata api, real host details

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    48dd1a4 View commit details
    Browse the repository at this point in the history
  3. metadata api, get host ip

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a2e614a View commit details
    Browse the repository at this point in the history
  4. metadata api, proxy info

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9721c1f View commit details
    Browse the repository at this point in the history
  5. metadata api, send metadata on start, updated tests

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    50b7943 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23cff5a View commit details
    Browse the repository at this point in the history
  7. metadata api, changelog entry

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    36bbd10 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. metadata api, attempt to fix lint errors

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3e0ba59 View commit details
    Browse the repository at this point in the history
  2. metadata api, update gopsutil

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c0cdb3c View commit details
    Browse the repository at this point in the history
  3. metadata api, go mod tidy

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    579472b View commit details
    Browse the repository at this point in the history
  4. metadata api, updated go mod for exporter

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ed15a8a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    0178f36 View commit details
    Browse the repository at this point in the history
  2. metadata api, go mod tidy and lint fixes

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    88597f3 View commit details
    Browse the repository at this point in the history
  3. metadata api, exporter go mod tidy

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b8313c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

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

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    3c5b28d View commit details
    Browse the repository at this point in the history
  2. metadata api, use retry with backoff

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    32c9738 View commit details
    Browse the repository at this point in the history
  3. metadata api, added new host details environment

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3e2c33d View commit details
    Browse the repository at this point in the history
  4. metadata api, cleaned up changelog

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e4f907f View commit details
    Browse the repository at this point in the history
  5. metadata api, fixed auth

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    070b226 View commit details
    Browse the repository at this point in the history
  6. metadata api, fixed redirect tests

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d8c09f0 View commit details
    Browse the repository at this point in the history
  7. metadata api, added environment configuration field and removed netwo…

    …rk proxy info
    
    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a2fe469 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. metadata api, corrected metadata api URL

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f969d6c View commit details
    Browse the repository at this point in the history
  2. metadata api, always send tag details, fixed host address

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    45869b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aebdaac View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    53767ea View commit details
    Browse the repository at this point in the history
  2. metadata api, payload casing and agent -> collector rename

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e4cef4a View commit details
    Browse the repository at this point in the history
  3. metadata api, removed omitempty all fields are required

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b299ded View commit details
    Browse the repository at this point in the history
  4. metadata api, info -> debug request logging

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c19315a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. metadata api, feature gate update metadata

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    49d47d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec4c28a View commit details
    Browse the repository at this point in the history
  3. metadata api, err check feature gate apply

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d8f213e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Update pkg/extension/sumologicextension/extension.go

    Co-authored-by: Mikołaj Świątek <mswiatek@sumologic.com>
    portertech and Mikołaj Świątek committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    366bace View commit details
    Browse the repository at this point in the history
  2. metadata api, use real build version for running version

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    01f589a View commit details
    Browse the repository at this point in the history
  3. metadata api, make it clear we don't connect to determine address

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f2d6458 View commit details
    Browse the repository at this point in the history
  4. metadata api, doesn't respond with a 204

    Signed-off-by: Sean Porter <portertech@gmail.com>
    portertech committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    354f86f View commit details
    Browse the repository at this point in the history