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 2019/09/06 02:24:15 UTC

[GitHub] [skywalking] stone-wlg opened a new issue #3423: is there possible to export metrics by service, endpoint or instance to prometheus?

stone-wlg opened a new issue #3423: is there possible to export metrics by service, endpoint or instance to prometheus?
URL: https://github.com/apache/skywalking/issues/3423
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - is there possible to export metric by service, endpoint or instance to prometheus?
   Right now, metrics as blow:
   metrics_aggregation{sw_backend_instance="standalone",metricName="all_heatmap",level="2",dimensionality="month",} 3.0
   metrics_aggregation{sw_backend_instance="standalone",metricName="service_instance_cpm",level="1",dimensionality="min",} 7.0
   metrics_aggregation{sw_backend_instance="standalone",metricName="database_access_p99",level="2",dimensionality="hour",} 12.0
   metrics_aggregation{sw_backend_instance="standalone",metricName="endpoint_sla",level="1",dimensionality="min",} 7.0
   metrics_aggregation{sw_backend_instance="standalone",metricName="service_resp_time",level="2",dimensionality="hour",} 3.0
   
   Could we add more tags for separating them by service, endpoint or instance? ex:
   metrics_aggregation{sw_backend_instance="standalone",metricName="service_instance_cpm",level="1",dimensionality="min",service="book-svc",} 7.0

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


With regards,
Apache Git Services