Create a metrics importer for non-Azure cloud platforms #30
jmcook1186
started this conversation in
Develop an Idea
Replies: 1 comment 5 replies
-
Hey mate I do like this idea ? Keen to do collab , are you still interested in pursuing and register this idea ? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Story
As a user of a cloud platform other than Azure, I want to be able to retrieve usage metrics for my application. Right now, IF only enables me to do this for Azure VMs.
Rationale
We have implemented an Azure importer in IF, but no such mdoel exists for other cloud providers. Not all cloud providers expose the same metrics as Azure and the available APIs might be quite different. A good project would be to explore what usage metrics are available from other cloud providers and create a model plugin that hits some API and returns usage data.
Scope
This should be a model plugin that conforms to the IF model plugin interface.
Implementation guidelines
duration
in units of seconds an input.Difficulty
4/5
Impact
4/5
Many users do not host their applications on Azure, so this will unlock many use cases for IF.
Examples and resources
How to use the azure importer
Beta Was this translation helpful? Give feedback.
All reactions