-
Notifications
You must be signed in to change notification settings - Fork 547
feat: Add per table sync metrics file flag #18397
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
Conversation
a0411a7 to
9abf09e
Compare
marianogappa
left a comment
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.
I added a few comments. It's not a bulletproof review because I'm a little unfamiliar with Go's otel (I've used it in Python). I assume you've tested this code and it largely works.
|
This works only with plugins released with cloudquery/plugin-sdk#1751 so I'll wait before merging this |
OK so I'll actually mark this as a hidden flag so I can release the CLI, then unhide it once all plugins are updated |
🤖 I have created a release *beep* *boop* --- ## [5.24.0](cli-v5.23.4...cli-v5.24.0) (2024-06-27) ### Features * Add per table sync metrics file flag ([#18397](#18397)) ([4fd9c94](4fd9c94)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.0 ([#18415](#18415)) ([3f4ef53](3f4ef53)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
Goes with cloudquery/plugin-sdk#1751
Opening for reference