Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Add Jaeger host/port settings#462

Merged
reyang merged 5 commits intocensus-instrumentation:masterfrom
tpyo:django-jaeger-host-settings
Jan 22, 2019
Merged

Add Jaeger host/port settings#462
reyang merged 5 commits intocensus-instrumentation:masterfrom
tpyo:django-jaeger-host-settings

Conversation

@tpyo
Copy link
Copy Markdown
Contributor

@tpyo tpyo commented Jan 22, 2019

The Django and Flask middleware currently don't provide the necessary host settings for the Jaeger exporter.

This PR adds HTTP and UDP agent settings to both middlewares.

transport=transport)
host_name=_jaeger_host_name,
port=_jaeger_port,
agent_host_name=_jaeger_agent_host_name,
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.

Do we want agent_host_name and agent_port in Flask Middleware?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yep, can add to this PR if you like?

Copy link
Copy Markdown
Contributor

@reyang reyang left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks for the contribution!

@reyang reyang merged commit 4bfc36e into census-instrumentation:master Jan 22, 2019
@reyang
Copy link
Copy Markdown
Contributor

reyang commented Jan 22, 2019

Thank you @tpyo !

@tpyo tpyo deleted the django-jaeger-host-settings branch January 23, 2019 07:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants