Skip to content
New issue

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

Costs for on-prem #182

Open
kirillyu opened this issue Mar 24, 2024 · 3 comments
Open

Costs for on-prem #182

kirillyu opened this issue Mar 24, 2024 · 3 comments

Comments

@kirillyu
Copy link

Can you provide a full specification of the metrics that are needed for the cost tab to work? I can generate any metrics to achieve better functionality

@def
Copy link
Member

def commented Mar 28, 2024

Coroot uses cloud metadata to determine the instance Region, Availability Zone, and Instance Type. These parameters can be configured manually.
Additionally, Coroot uses cloud pricing data to retrieve the instance price specific to the cloud provider and region.
However, in scenarios where on-premises servers/VMs are utilized, we'll need to implement a method for defining prices for custom combinations of cloud provider, region, and instance type.

@kirillyu
Copy link
Author

kirillyu commented Mar 28, 2024

How should the metric look like to implement this on-prem? What do you need besides metrics?

@def
Copy link
Member

def commented Mar 29, 2024

Coroot currently uses the model generated here to get instance prices. Implementing custom pricing may require modifications to the Coroot codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants