-
Notifications
You must be signed in to change notification settings - Fork 97
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
Feat: Added Support for CloudTrace Resource #307
Feat: Added Support for CloudTrace Resource #307
Conversation
test/cloud_traces
Outdated
@@ -0,0 +1 @@ | |||
[] |
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.
Before diving into the review. Could you please provide an example output here for testing?
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.
Sure, I have added tests and made a minor change to an error. Please let me know any further changes.
#!/bin/bash | ||
|
||
# Enable the CloudTrace API | ||
gcloud services enable cloudtrace.googleapis.com |
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.
Well, it is not enough to generate a good test, right? You need to create this trace too to have it in the output of the tool. Could you provide an example on how to do it via bash?
@@ -55,6 +55,9 @@ | |||
"cloud_functions": { | |||
"fetch": true | |||
}, | |||
"cloud_traces":{ |
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.
NIT: missing space
Closing this one due to inactivity. |
Description
Issue #247 Added support for CloudTrace resource
Changes Made
Testing
Tested the resource locally. Ran Successfully.