alibaba / sentinel-golang

Sentinel Go enables reliability and resiliency for Go microservices
https://sentinelguard.io/
Apache License 2.0
2.77k stars 434 forks source link

Custom Metrics Export Standardization #70

Open louyuting opened 4 years ago

louyuting commented 4 years ago

Issue Description

Type: feature request

Describe what feature you want

Currently, the metrics is record in monitor log file。 We might need to standardize the metric export. So we could export the metrics information to downstream monitor system. Such as prometheus。

We might need standardize the interface. The way to downstream could be log file、kafka and so on,

The use case: K8s HPA

Additional context

Add any other context or screenshots about the feature request here.

sczyh30 commented 3 years ago

A basic metric exporter abstraction and Prometheus exporter adapter have been introduced in #382. Further discussions are welcomed!