-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 #52
Milestone
Comments
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
This is part of remaining migration to new configuration format. Github issue: open-telemetry#52 Testing done: make
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
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
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
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
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
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
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
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
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
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
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
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
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
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
tigrannajaryan
pushed a commit
to tigrannajaryan/opentelemetry-collector
that referenced
this issue
Jun 25, 2019
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
pjanotti
pushed a commit
that referenced
this issue
Jun 25, 2019
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: #52 Testing done: make
This is done. |
Hello, Can you please explain why all configuration examples contain both "batch" and "batch/2"?
From what I understand, in the configuration above, you define two processors - one "batch" with default configuration and one "batch/2" with some configuration but in the "pipelines" you are only using "batch/2". Should I define "batch" or "batch/2" or both? and why please. Thanks. |
hughesjj
pushed a commit
to hughesjj/opentelemetry-collector
that referenced
this issue
Apr 27, 2023
Troels51
pushed a commit
to Troels51/opentelemetry-collector
that referenced
this issue
Jul 5, 2024
* Add AtomicUniquePtr * Add CircularBuffer * Add circular buffer benchmark * Reformat * Add cmake support * Reformat * Fix for gcc48 * Fix typos * Fix misname * Update sdk/src/common/circular_buffer.h Co-Authored-By: Reiley Yang <reyang@microsoft.com> * Reformat * Fix cmake linkage Co-authored-by: Reiley Yang <reyang@microsoft.com>
swiatekm
pushed a commit
to swiatekm/opentelemetry-collector
that referenced
this issue
Oct 9, 2024
…-telemetry#52) This commit implements OpenTelemetry Operator Helm chart, which allows users to install and manage the Operator in their Kubernetes cluster through Helm.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See addattributesprocessor for example.
The text was updated successfully, but these errors were encountered: