-
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
Fix nits in pdata usage #2235
Fix nits in pdata usage #2235
Conversation
@@ -216,30 +216,6 @@ func GenerateMetricsAllTypesNoDataPoints() pdata.Metrics { | |||
return md | |||
} | |||
|
|||
func GenerateMetricsAllTypesNilDataPoint() pdata.Metrics { |
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.
Equivalent with GenerateMetricsAllTypesEmptyDataPoint
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2235 +/- ##
=======================================
Coverage 92.12% 92.12%
=======================================
Files 272 272
Lines 15297 15292 -5
=======================================
- Hits 14092 14088 -4
+ Misses 828 827 -1
Partials 377 377
Continue to review full report at Codecov.
|
* Remove deprecated Array from attribute pkg * Add changes to changelog Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
…y#2235) Bumps [boto3](https://github.com/boto/boto3) from 1.26.1 to 1.26.3. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.26.1...1.26.3) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com