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

[processor/filterprocessor] Migrate from opencensus library #30734

Closed
Tracked by #29867
codeboten opened this issue Jan 23, 2024 · 1 comment · Fixed by #30736
Closed
Tracked by #29867

[processor/filterprocessor] Migrate from opencensus library #30734

codeboten opened this issue Jan 23, 2024 · 1 comment · Fixed by #30736
Assignees
Labels
help wanted Extra attention is needed priority:p2 Medium processor/filter Filter processor

Comments

@codeboten
Copy link
Contributor

No description provided.

@codeboten codeboten self-assigned this Jan 23, 2024
@codeboten codeboten changed the title processor/filterprocessor [processor/filterprocessor] Migrate from opencensus library Jan 23, 2024
@crobert-1 crobert-1 added the processor/filter Filter processor label Jan 23, 2024
Copy link
Contributor

Pinging code owners for processor/filter: @TylerHelmuth @boostchicken. See Adding Labels via Comments if you do not have permissions to add labels yourself.

@TylerHelmuth TylerHelmuth added help wanted Extra attention is needed priority:p2 Medium labels Jan 23, 2024
codeboten pushed a commit to codeboten/opentelemetry-collector-contrib that referenced this issue Jan 23, 2024
This moves the telemetry generated by the processor from using opencensus to using otel. Note that the test checks the name of the metric in the format that it is generated using the meter provider, hence the change from `processor_filter_datapoints_filtered` to `processor/filter/datapoints.filtered`. When using the prometheus exporter, the output name will be the same as before.

Fixes open-telemetry#30734

Signed-off-by: Alex Boten <[email protected]>
codeboten pushed a commit to codeboten/opentelemetry-collector-contrib that referenced this issue Jan 24, 2024
This moves the telemetry generated by the processor from using opencensus to using otel. Note that the test checks the name of the metric in the format that it is generated using the meter provider, hence the change from `processor_filter_datapoints_filtered` to `processor/filter/datapoints.filtered`. When using the prometheus exporter, the output name will be the same as before.

Fixes open-telemetry#30734

Signed-off-by: Alex Boten <[email protected]>
codeboten pushed a commit that referenced this issue Jan 24, 2024
This moves the telemetry generated by the processor from using
opencensus to using otel. Note that the test checks the name of the
metric in the format that it is generated using the meter provider,
hence the change from `processor_filter_datapoints_filtered` to
`processor/filter/datapoints.filtered`. When using the prometheus
exporter, the output name will be the same as before.

Fixes #30734

---------

Signed-off-by: Alex Boten <[email protected]>
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this issue Feb 1, 2024
This moves the telemetry generated by the processor from using
opencensus to using otel. Note that the test checks the name of the
metric in the format that it is generated using the meter provider,
hence the change from `processor_filter_datapoints_filtered` to
`processor/filter/datapoints.filtered`. When using the prometheus
exporter, the output name will be the same as before.

Fixes open-telemetry#30734

---------

Signed-off-by: Alex Boten <[email protected]>
anthoai97 pushed a commit to anthoai97/opentelemetry-collector-contrib that referenced this issue Feb 12, 2024
This moves the telemetry generated by the processor from using
opencensus to using otel. Note that the test checks the name of the
metric in the format that it is generated using the meter provider,
hence the change from `processor_filter_datapoints_filtered` to
`processor/filter/datapoints.filtered`. When using the prometheus
exporter, the output name will be the same as before.

Fixes open-telemetry#30734

---------

Signed-off-by: Alex Boten <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed priority:p2 Medium processor/filter Filter processor
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants