-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[usage] Initial setup for component #10227
Conversation
beebbab
to
55d1e98
Compare
232652d
to
159abfe
Compare
Many thanks @easyCZ! Could you please add a few hints to the |
@jankeromnes there's currently nothing to test really. It's not yet deployed anywhere as this PR only performs component setup. One test you can run is |
159abfe
to
ba3edac
Compare
I've changed the hello world in this PR to use To run the test, do cd components/usage
go run main.go run and in another terminal, run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks @easyCZ! 👍
Briefly skimmed the code, looks good, ran the provided test commands, works, and generally Gitpod still seems to work fine. 🎉
Description
Initial setup for usage-component. This component will be responsible for collecting usage data and eventually creating invoices for SaaS.
This is based on RFC: Usage based pricing (internal)
Related Issue(s)
Fixes #
How to test
#10227 (comment)
Release Notes
Documentation
NONE