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

[extension/ecsobserver] Write discovered targets as Prometheus file sd #3785

Merged
merged 9 commits into from
Jun 30, 2021

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    c6d4b1f View commit details
    Browse the repository at this point in the history
  2. ext: ecsobserver Add unit test for overall discovery

    - Update README
    pingleig committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    1837e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225d60f View commit details
    Browse the repository at this point in the history
  4. ext: ecsobserver Merge duplicated create test fetcher

    - Stop the collector process from extension using `host.ReportFatalError`
      otherwiese the failure of extension just log.
    pingleig committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    531bfd4 View commit details
    Browse the repository at this point in the history
  5. ext: ecsobserver Explain the rename job lable logic

    prom receiver is expecting metric's job name same as the one in config.
    In order to keep similar behaviour as cloudwatch agent's discovery impl,
    we support getting job name from docker label, but it will break metric
    type.
    
    For long term solution, see open-telemetry/opentelemetry-collector#575 (comment)
    pingleig committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6b49ae8 View commit details
    Browse the repository at this point in the history
  6. ext: ecsoberver Inject test fetcher using config

    Was using context.
    pingleig committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    31dd90c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5213fef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    005df91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    415509e View commit details
    Browse the repository at this point in the history