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

Build receivers based on new configuration #25

Commits on Jun 19, 2019

  1. Build receivers based on new configuration

    - Build receivers and plug them into pipelines.
    
    - Added tests to verify that single pipeline and multiple pipeline (fan out)
      per receiver work correctly.
    
    - Disable -v flag in go test to reduce unnecessary noise in output, we have
      too many tests to use -v flag. Errors are still properly printed. This makes
      finding the cause of test failures easier.
    
    - Add logging to various application startup steps.
    
    - Changed logging from %q to %s in multiple places to make it more human readable
      when output in json format.
    
    Testing done:
    
    1. make && all unit tests pass.
    
    2. make otelsvc and produce otelsvc_linux executable.
    
    3. Manually verify that otelsvc_linux runs and correctly forwards trace data
       received via jaeger receiver and exported via opencensus exporter.
    
       This is the first successful run of unified OpenTelemetry Service.
    Tigran Najaryan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    1a51c94 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Fix based on PR comments

    Tigran Najaryan committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    320174d View commit details
    Browse the repository at this point in the history