Skip to content
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

MonitorMetrics report by http #525

Open
zouyingjie opened this issue Feb 21, 2022 · 1 comment
Open

MonitorMetrics report by http #525

zouyingjie opened this issue Feb 21, 2022 · 1 comment
Assignees

Comments

@zouyingjie
Copy link
Contributor

Now the monitoring metrics of easegress can be reported through Kafka.

- kafka:
    brokers:
    - 172.10.1.111:9092
    - 172.10.1.112:9092
    - 172.10.1.113:9092
    topic: metrics-topic
  kind: EaseMonitorMetrics
  name: EaseMonitorMetrics-default

Easegress and Kafka may be in different network environments, so they may need to report indicators through the public network. However, exposing Kafka to the public network is not a good practice, so it needs to be forwarded through an external gateway.

Therefore, easegress needs to support reporting data via HTTP and configuring HTTP basic and mTLS.

@xxx7xxxx
Copy link
Contributor

@zouyingjie Is the requirement still relevant?

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

No branches or pull requests

3 participants