You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
otel-collector-1 | Error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):
otel-collector-1 |
otel-collector-1 | error decoding 'receivers': unknown type: "httpcheck" for id: "httpcheck" (valid values: [zipkin nop otlp hostmetrics jaeger kafka opencensus prometheus])
otel-collector-1 | 2024/11/05 12:04:47 collector server run finished with error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):
otel-collector-1 |
otel-collector-1 | error decoding 'receivers': unknown type: "httpcheck" for id: "httpcheck" (valid values: [zipkin nop otlp hostmetrics jaeger kafka opencensus prometheus])
otel-collector-1 exited with code 1
Component(s)
No response
What happened?
Description
Steps to Reproduce
Following the document https://opentelemetry.io/blog/2023/synthetic-testing/.
Please let me know if the httpcheck reciever is custom reciever requiring any additional plugins.
In otel collector yaml, add the reciever as below:
recievers:
httpcheck:
targets:
method: GET
method: GET
collection_interval: 10s
run docker-compose
Expected Result
Actual Result
Recieving below error
otel-collector-1 | Error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):
otel-collector-1 |
otel-collector-1 | error decoding 'receivers': unknown type: "httpcheck" for id: "httpcheck" (valid values: [zipkin nop otlp hostmetrics jaeger kafka opencensus prometheus])
otel-collector-1 | 2024/11/05 12:04:47 collector server run finished with error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):
otel-collector-1 |
otel-collector-1 | error decoding 'receivers': unknown type: "httpcheck" for id: "httpcheck" (valid values: [zipkin nop otlp hostmetrics jaeger kafka opencensus prometheus])
otel-collector-1 exited with code 1
Collector version
v112.0
Environment information
No response
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: