We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal: app written in Golang that connects to provider’s inventory GRPC endpoint and exports it as prometheus metrics.
protobuf description for GRPC is here: https://github.com/akash-network/akash-api/blob/d05c262a17178a33e3e5383dcceea384d6260a17/proto/provider/akash/inventory/v1/service.proto#L31
The text was updated successfully, but these errors were encountered:
PoC of the "Inventory Exporter" updating gauge values every t, where t is an arbitrary time value:
This specific test was ran against the Europlots provider which I validated in the Quasarch's provider page as being consistent:
Reminder the metrics values are in Bytes and in the screenshot in Gibibytes (1024^3)
Sorry, something went wrong.
Repository available under inventory-exporter.
cloud-j-luna
brewsterdrinkwater
No branches or pull requests
Goal: app written in Golang that connects to provider’s inventory GRPC endpoint and exports it as prometheus metrics.
protobuf description for GRPC is here: https://github.com/akash-network/akash-api/blob/d05c262a17178a33e3e5383dcceea384d6260a17/proto/provider/akash/inventory/v1/service.proto#L31
The text was updated successfully, but these errors were encountered: