Skip to content

Conversation

@bogdandrutu
Copy link
Member

This makes testing the collector locally harder. Also the condition is not enforced because having a disabled processor in the pipeline passes that condition which makes it not very useful.

@codecov-io
Copy link

Codecov Report

Merging #744 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #744      +/-   ##
==========================================
- Coverage   84.58%   84.58%   -0.01%     
==========================================
  Files         162      162              
  Lines       11653    11650       -3     
==========================================
- Hits         9857     9854       -3     
  Misses       1394     1394              
  Partials      402      402              
Impacted Files Coverage Δ
config/config.go 99.74% <100.00%> (-0.01%) ⬇️
receiver/opencensusreceiver/octrace/opencensus.go 90.00% <0.00%> (-3.34%) ⬇️
translator/internaldata/resource_to_oc.go 73.13% <0.00%> (+2.98%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9aa2386...4048efc. Read the comment docs.

{name: "pipeline-must-have-receiver", expected: errPipelineMustHaveReceiver},
{name: "pipeline-exporter-not-exists", expected: errPipelineExporterNotExists},
{name: "pipeline-processor-not-exists", expected: errPipelineProcessorNotExists},
{name: "pipeline-must-have-processors", expected: errPipelineMustHaveProcessors},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test should be replaced with "pipeline-with-zero-processors" that should give no error.

@tigrannajaryan tigrannajaryan merged commit 6c4c8a4 into open-telemetry:master Mar 30, 2020
@bogdandrutu bogdandrutu deleted the artificalcond branch March 30, 2020 15:42
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
The processor is needed for grouping flat logs attributes coming from fluentd to reduce the logs payload and be able to apply k8s metadata enrichment based on "k8s.pod.uid" resource attribute
swiatekm pushed a commit to swiatekm/opentelemetry-collector that referenced this pull request Oct 9, 2024
…es and pod annotations/labels (open-telemetry#744)

Within our values files we have some templating requirements where it would be nice to be able to template the host fields of an ingress and labels/annotations of the pods.

This is a small change to add a tpl call to each of the references.

---------

Co-authored-by: Tyler Helmuth <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants