[ISSUE #50] Feature add rocketmq exporter to nameserver#51
[ISSUE #50] Feature add rocketmq exporter to nameserver#51linjiemiao wants to merge 5 commits intoapache:masterfrom
Conversation
feature add rocketmq-exporter to cluster
|
Thanks for your contribution~
|
Design: If the exporter is used as an independent pod, when I have multiple nameservers, my exporter does not know which nameserver to connect, so I use exporter as an option of nameserver, deploy it as a sidecar to nameserver。Can you give me some design advice? |
In fact operator maintains a variable in the shared package named |
2) add how to user rocketmq-exporter
…etmq-operator into feature-code-review
ADD exporter image and document. Please check it. I tend to use the exporter as the sidecar of the nameserver. Please check the exporter's dockerfile. Because I tend to adjust the fields in the share package to private, so that multiple clusters can be deployed using one operator. If you still want to deploy the exporter separately, I will do as you say. thanks |
| - name: ROCKETMQ_VERSION | ||
| value: V4_3_2 | ||
| - name: NAMESRV_ADDR | ||
| value: 127.0.0.1:9876 |
There was a problem hiding this comment.
I think it better to init the NAMESRV_ADDR env in nameservice_controller.go
No description provided.