hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
130 stars 108 forks source link

Marketplace: Export Prometheus metrics to Stackdriver #791

Closed steven-sheehy closed 3 years ago

steven-sheehy commented 4 years ago

Problem Marketplace users should be able to view metrics for their mirror node deployments. The recommended way to do so without including monitoring components with the app itself is to use Stackdriver. This is what most of the Click to Deploy apps do, for example.

Solution Add prometheus-to-sd metrics exporter sidecars to GRPC, REST and importer workloads.

Alternatives

Additional Context

steven-sheehy commented 3 years ago

Marketplace is not a high priority right now.