-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Move scraper helpers to its own package scraperhelper #2185
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2185 +/- ##
==========================================
- Coverage 92.01% 91.99% -0.03%
==========================================
Files 270 270
Lines 15784 15756 -28
==========================================
- Hits 14524 14494 -30
- Misses 858 859 +1
- Partials 402 403 +1
Continue to review full report at Codecov.
|
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.
Consider if it would it make sense to nest scraperhelper under receiverhelper
Signed-off-by: Bogdan Drutu <[email protected]>
fdc8624
to
19d9090
Compare
open-telemetry#2185) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.1 to 1.40.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.39.1...v1.40.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…elemetry#2185) - setting partitions_auto_discovery_interval to 1 causes a storm of CommandPartitionedTopicMetadata requests to brokers. The broker doesn't log these requests and it's hard to detect the issue. The default value in the client is 1 minute which is 60*10^9. Set the example value to the default. - setting batching_max_publish_delay to 10 will make batching uneffective since the unit is nanoseconds. The default value in the client is 10 milliseconds which is 10^7. Set the example value to the default.
Updates #2036
Signed-off-by: Bogdan Drutu [email protected]