Skip to content

cannot load configuration: unknown processors type "k8s_tagger" for k8s_tagger #3448

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

Closed
deepakkhetwal opened this issue May 21, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@deepakkhetwal
Copy link

Describe the bug
A clear and concise description of what the bug is.

Steps to reproduce
If possible, provide a recipe for reproducing the error.

What did you expect to see?
k8_tagger part as a processor. I am using collector operator in kubernetes. below is collector config deployed in kubernetes environment

What did you see instead?
cannot load configuration: unknown processors type "k8s_tagger" for k8s_tagger

What version did you use?
Version: (e.g., v0.4.0, 1eb551b, etc)

What config did you use?
Config: (e.g. the yaml config file)

Reference - https://github.com/open-telemetry/opentelemetry-operator

apiVersion: opentelemetry.io/v1alpha1
kind: OpenTelemetryCollector
metadata:
name: aks-otlp-collector
spec:
mode: daemonset
config: |
receivers:
otlp:
protocols:
grpc:
http:
processors:
batch:
exporters:
kafka/1:
brokers:
- 10.80.18.89:9092
topic: otlp.traces
encoding: jaeger_json
protocol_version: 2.0.0
jaeger/1:
endpoint: simple-streaming-collector.keda-functions.svc.cluster.local:14250
insecure: true
zipkin/1:
endpoint: "http://zipkin.default.svc.cluster.local:9411/api/v2/spans"
insecure: true

service:
  pipelines:
    traces/1:
      receivers: [otlp]
      processors: [batch]
      exporters: [kafka/1]
    traces/2:
      receivers: [otlp]
      processors: [batch]
      exporters: [jaeger/1]
    traces/3:
      receivers: [otlp]
      processors: [batch]
      exporters: [zipkin/1]

Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")

Additional context
Add any other context about the problem here.

@deepakkhetwal deepakkhetwal added the bug Something isn't working label May 21, 2021
@pramenn
Copy link

pramenn commented Jul 8, 2021

@deepakkhetwal which otel collector image are you using? If you are using opentelemetry-collector you might have to switch to opentelemetry-collector-contrib.

@dmitryax
Copy link
Member

dmitryax commented May 24, 2022

k8s_tagger was renamed to k8sattributes in #5384, please update your config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants