Skip to content
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

Fixed typo in Makefile for target 'unit-tests-with-cover' #2285

Merged
merged 1 commit into from
Feb 5, 2021
Merged

Fixed typo in Makefile for target 'unit-tests-with-cover' #2285

merged 1 commit into from
Feb 5, 2021

Conversation

gramidt
Copy link
Member

@gramidt gramidt commented Feb 4, 2021

Signed-off-by: Granville Schmidt 1246157+gramidt@users.noreply.github.com

Description:
The Makefile target 'unit-tests-with-cover' has a declaration to mark it phony, but it has the incorrect name of the target to do so.

Link to tracking Issue:
N/A

Testing:
Executed targets via Make and ensured it would always executed without being considered up-to-date.

Documentation:
N/A

Signed-off-by: Granville Schmidt <1246157+gramidt@users.noreply.github.com>
@gramidt gramidt requested a review from a team February 4, 2021 18:49
@codecov
Copy link

codecov bot commented Feb 4, 2021

Codecov Report

Merging #2285 (e00bc53) into main (65673ad) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2285      +/-   ##
==========================================
+ Coverage   90.69%   90.72%   +0.03%     
==========================================
  Files         399      399              
  Lines       19802    19802              
==========================================
+ Hits        17959    17965       +6     
+ Misses       1382     1377       -5     
+ Partials      461      460       -1     
Flag Coverage Δ
integration 69.26% <ø> (-0.07%) ⬇️
unit 89.53% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
processor/groupbytraceprocessor/event.go 96.77% <0.00%> (+0.80%) ⬆️
receiver/k8sclusterreceiver/watcher.go 97.64% <0.00%> (+2.35%) ⬆️
receiver/prometheusexecreceiver/receiver.go 88.33% <0.00%> (+2.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65673ad...e00bc53. Read the comment docs.

@tigrannajaryan tigrannajaryan merged commit b3d130f into open-telemetry:main Feb 5, 2021
pmatyjasek-sumo referenced this pull request in pmatyjasek-sumo/opentelemetry-collector-contrib Apr 28, 2021
Signed-off-by: Granville Schmidt <1246157+gramidt@users.noreply.github.com>
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
* Fix IPv6 handling errors in semconv.NetAttributesFromHTTPRequest

fixes #2283

* Enter PR number in CHANGELOG

* Remove unnecessary creation and then assignment

Standardize order of checks for IP, Name, Port

* Assume happy path when parsing host and port

i.e. assume net.SplitHostPort(input) will succeed

* Get rid of uint64 for port

* Fix git merge of main by adding back strings import

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
hex1848 pushed a commit to hex1848/opentelemetry-collector-contrib that referenced this pull request Jun 2, 2022
…pen-telemetry#3274)

Persistent queue implementation within queued_retry, aimed at being compatible with Jager's [BoundedQueue](https://github.com/jaegertracing/jaeger/blob/master/pkg/queue/bounded_queue.go) interface (providing a simple replacement) and backed by [file storage extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage) for storing WAL.

Currently, to run the persistent queue, OpenTelemetry Collector Contrib with `enable_unstable` build tag is required.

**Link to tracking Issue:** open-telemetry#2285 

[Design doc](https://docs.google.com/document/d/1Y4vNthCGdYI61ezeAzL5dXWgiZ73y9eSjIDitk3zXsU/edit#)

**Testing:** Unit Tests and manual testing, more to come

**Documentation:** README.md updated, including an example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants