Skip to content

Add Dockerfile for OTEL collector and publish latest tag#2167

Merged
pavolloffay merged 3 commits intojaegertracing:masterfrom
pavolloffay:otel-docker-latest
Apr 6, 2020
Merged

Add Dockerfile for OTEL collector and publish latest tag#2167
pavolloffay merged 3 commits intojaegertracing:masterfrom
pavolloffay:otel-docker-latest

Conversation

@pavolloffay
Copy link
Copy Markdown
Member

The container name for OTEL collector is jaegertracing/jaeger-opentelemetry-collector.

Signed-off-by: Pavol Loffay ploffay@redhat.com

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@pavolloffay pavolloffay requested a review from a team as a code owner April 6, 2020 10:22
@pavolloffay pavolloffay requested a review from yurishkuro April 6, 2020 10:22
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Copy link
Copy Markdown
Contributor

@objectiser objectiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - just the one query in Dockerfile.

@@ -0,0 +1,8 @@
FROM alpine:latest as certs
RUN apk --update add ca-certificates
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be same as collector Dockerfile? RUN apk add --update --no-cache ca-certificates with --no-cache option?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, changed

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2020

Codecov Report

Merging #2167 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2167   +/-   ##
=======================================
  Coverage   96.14%   96.14%           
=======================================
  Files         219      219           
  Lines       10585    10585           
=======================================
  Hits        10177    10177           
- Misses        352      353    +1     
+ Partials       56       55    -1     
Impacted Files Coverage Δ
...lugin/sampling/strategystore/adaptive/processor.go 99.20% <0.00%> (-0.80%) ⬇️
cmd/query/app/server.go 94.52% <0.00%> (+2.73%) ⬆️

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 b8f6ac1...0353ac0. Read the comment docs.

@pavolloffay pavolloffay merged commit 7ee7073 into jaegertracing:master Apr 6, 2020
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.

2 participants