wu-sheng opened a new issue #6460:
URL: https://github.com/apache/skywalking/issues/6460
As an important part of metrics ecosystem, we need to support Prometheus
fetcher, including setting endpoint, TLS, metrics filter(optional).
```
endpoint: ip:port
tls: true/false
metrics: m1, m2... <optional>
```
In default, it fetches all metrics from the endpoint
Also, as some cases requires, we should report multiple endpoints tasks,
```
endpoint-group
- endpoint: ip:port
tls: true/false
metrics: m1, m2... <optional>
- endpoint: ip2:port2
tls: true/false
metrics: m3, m4... <optional>
```
Only all metrics are fetched, we could forward the data to the pipeline.
NOTE, all above configurations are not official, just for showing the point.
We could take references from original Prometheus and OpenTelemetry collector,
also, we should consider re-distribute or depend on their codes.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]