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

Add factory and new-style config for Batch processor #53

Merged
merged 1 commit into from
Jun 25, 2019

Commits on Jun 25, 2019

  1. Add factory and new-style config for Batch processor

    This is part of remaining migration to new configuration format.
    
    - Added zap.Logger to ProcessorFactory functions because it is
    needed by this processor (and can be used if needed in other processors
    in the future).
    
    - Added Name/SetName to Processor interface because it is
    needed by this processor (this now also makes Processor uniform with
    Receiver and Exporter interfaces).
    
    Github issue: open-telemetry#52
    
    Testing done: make
    Tigran Najaryan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    fb146b9 View commit details
    Browse the repository at this point in the history