You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/02/27 02:37:11 UTC

[GitHub] [skywalking] wu-sheng opened a new issue #6460: Support Prometheus Endpoint fetcher

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:
users@infra.apache.org



[GitHub] [skywalking] gxthrj commented on issue #6460: Support Prometheus Endpoint fetcher

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #6460:
URL: https://github.com/apache/skywalking/issues/6460#issuecomment-787048790


   Let me hava a try ~


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6460: Support Prometheus Endpoint fetcher

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6460:
URL: https://github.com/apache/skywalking/issues/6460#issuecomment-877728770


   fixed by https://github.com/apache/skywalking-satellite/pull/42


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #6460: Support Prometheus Endpoint fetcher

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6460:
URL: https://github.com/apache/skywalking/issues/6460


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] EvanLjp closed issue #6460: Support Prometheus Endpoint fetcher

Posted by GitBox <gi...@apache.org>.
EvanLjp closed issue #6460:
URL: https://github.com/apache/skywalking/issues/6460


   


----------------------------------------------------------------
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:
users@infra.apache.org