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

Draft: Add OpenTelemetry #4345

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Draft: Add OpenTelemetry #4345

wants to merge 7 commits into from

Commits on Jul 8, 2021

  1. utils: add otel init helper

    Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
    vooon committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7b25fb9 View commit details
    Browse the repository at this point in the history
  2. asset: add tracers

    Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
    vooon committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    861fcad View commit details
    Browse the repository at this point in the history
  3. agent: add otel tracers

    Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
    vooon committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    77a63b7 View commit details
    Browse the repository at this point in the history
  4. backend: add otel tracers

    - add tracer to apid
    - add tracer to etcd store
    - add tracer to etcdstore v2
    - add tracer to event_store
    - add tracers to schedulerd
    - add tracers to eventd
    - add tracers to cache
    - add tracer to health_store
    - add tracer to pipeline
    - add traces to ringv2
    - add span to ringv2 hasTrigger
    
    Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
    vooon committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    6d9c6e1 View commit details
    Browse the repository at this point in the history
  5. tests: disable failed tests

    Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
    vooon committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    83d32a1 View commit details
    Browse the repository at this point in the history
  6. go.mod: add otel deps

    Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
    vooon committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ce3e6ee View commit details
    Browse the repository at this point in the history
  7. agent: fix possible time.After leak

    Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
    vooon committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5eff763 View commit details
    Browse the repository at this point in the history