Skip to content

Additional Metrics in GCP Billing Module #36886

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

Closed
2 tasks done
ishleenk17 opened this issue Oct 18, 2023 · 3 comments · Fixed by #36902
Closed
2 tasks done

Additional Metrics in GCP Billing Module #36886

ishleenk17 opened this issue Oct 18, 2023 · 3 comments · Fixed by #36902
Assignees
Labels
Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team

Comments

@ishleenk17
Copy link
Contributor

ishleenk17 commented Oct 18, 2023

Add support of additional metrics in the GCP Billing Integration

New fields to be supported:

Sku.id
Sku.description
Service.id
Service.description
tags.key
tags.value
Price.effective_price

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Oct 18, 2023
@ishleenk17
Copy link
Contributor Author

Enhancement request to support new fields in Billing Integration in GCP.
Thos requires change in the beats code.

@ishleenk17
Copy link
Contributor Author

Current GCP module supports metrics from only standard cost table.
All metrics (in the request above) other than effective_price can be obtained from the existing standard table and query.

Effective Price is obtained from the detailed table
Detailed table provides the other metrics (as mentioned in the enhancement request) as well.

We have to add support for getting metrics through the detailed table as well.
Depending upon the table user enters in the config the corresponding query will be fired.

@ishleenk17 ishleenk17 added Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team and removed needs_team Indicates that the issue/PR needs a Team:* label labels Oct 18, 2023
@ishleenk17
Copy link
Contributor Author

The changes in Integrations are yet to go in.

@ishleenk17 ishleenk17 reopened this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Obs-InfraObs Label for the Observability Infrastructure Monitoring team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants