Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
If the port is already in use by a NodePort service, you won't be able to bind to it here as well. But I don't think that is your problem. Is the collector running on the host network? Normally, you would specify |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
We are running Prometheus on Kubernetis cluster at 30090. It is a Node Port.
When i tried configuring the same with my local otel -collector config -demo file . I get the below exception
exporters:
prometheus:
endpoint: "k8s-m1:30090"
namespace: traincenter
const_labels:
label1: value1
logging:
Exception :
otel-collector_1 | Error: cannot setup pipelines: cannot start builtExporters: listen tcp 10.200.7.39:30090: bind: cannot assign requested address
otel-collector_1 | 2021/06/21 13:43:57 application run finished with error: cannot setup pipelines: cannot start builtExporters: listen tcp 10.200.7.39:30090: bind: cannot assign requested address
What is the issue .
Promethus is running on 9090 port with Node port being 30090.
Beta Was this translation helpful? Give feedback.
All reactions