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

Expose otelcol UDP enpoints too #499

Merged
merged 1 commit into from Mar 17, 2020
Merged

Expose otelcol UDP enpoints too #499

merged 1 commit into from Mar 17, 2020

Conversation

pmm-sumo
Copy link
Contributor

@pmm-sumo pmm-sumo commented Mar 16, 2020

Description

Jaeger Client typically uses UDP thrift-compact protocol for sending spans. Lets expose it by default

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@pmm-sumo pmm-sumo changed the title [WIP] Expose otelcol UDP enpoints too Expose otelcol UDP enpoints too Mar 17, 2020
protocol: UDP
- containerPort: 6832 # Default endpoint for Jaeger Thrift Binary receiver.
protocol: UDP
- containerPort: 8888 # Default endpoint for querying metrics.
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be nice to add it to the prometheus :)

Copy link
Contributor

Choose a reason for hiding this comment

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

I can take care about it, some day :D

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a very good point, we have been asked about that already BTW

- containerPort: 14250 # Default endpoint for Jaeger gRPC receiver.
- containerPort: 9411 # Default endpoint for Zipkin receiver.
- containerPort: 8888 # Default endpoint for querying metrics.
- containerPort: 55678 # Default endpoint for Opencensus receiver.
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice order 🐱

protocol: TCP
targetPort: 55678
- name: jaeger-sampling # Default endpoint for Jaeger Sampling (if enabled)
port: 5778
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it listen on 0.0.0.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch. Right now, it's just a first step towards enabling remote sampling. Sampling itself requires separate entry in the configuration and we'll need to provide the details in the guide. So the purpose of that (as for now) is to just make less changes to values.yaml

@sumo-drosiek sumo-drosiek added this to the v0.17 milestone Mar 17, 2020
@sumo-drosiek sumo-drosiek added the bug Something isn't working label Mar 17, 2020
Copy link
Contributor

@sumo-drosiek sumo-drosiek left a comment

Choose a reason for hiding this comment

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

LGTM, but regarding 0.17.0 requires @perk-sumo approval

@sumo-drosiek sumo-drosiek added enhancement New feature or request bug Something isn't working and removed bug Something isn't working labels Mar 17, 2020
Copy link
Contributor

@perk-sumo perk-sumo left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@perk-sumo perk-sumo merged commit 6066703 into master Mar 17, 2020
@perk-sumo perk-sumo deleted the ot-udp branch March 17, 2020 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants