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

fix!: Combine exporter and endpoint #293

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

gbbirkisson
Copy link
Contributor

Since this #282 introduces a breaking change to the api, I wanted to use the opportunity to merge endpoint and exporter into one param in configure_tracer.

@andersliland
Copy link
Contributor

A release (without a major update has been published)...

https://github.com/kolonialno/troncos/releases/tag/v4.4.0

Adding release-please to prevent this happening again...

@eirsyl

@eirsyl
Copy link
Member

eirsyl commented Feb 5, 2024

Yeah I know. That's whats happens if we just merge stuff to main and let it live there without a release for a longer period.

@andersliland
Copy link
Contributor

Yes was not a good move. Release please will fix this.

@gbbirkisson
Copy link
Contributor Author

@eirsyl Still waiting for a review on this PR ...

@eirsyl
Copy link
Member

eirsyl commented Feb 5, 2024

Yeah, I can review it. It is better to ask directly if you are waiting on me. Just assigning PRs does not work anymore.

Skjermbilde 2024-02-05 kl  09 51 51

This is just half the list...

README.md Show resolved Hide resolved
troncos/tracing/__init__.py Outdated Show resolved Hide resolved
@gbbirkisson gbbirkisson force-pushed the gbbirkisson/exporter-change branch from ef7038b to a121a70 Compare February 5, 2024 10:33
@gbbirkisson gbbirkisson requested a review from eirsyl February 5, 2024 10:41
exporter_type = ExporterType.HTTP
assert exporter_type, "You have to specify 'exporter_type'"

self.endpoint = f"{scheme}://{host}:{port}{path}"
Copy link
Member

@eirsyl eirsyl Feb 5, 2024

Choose a reason for hiding this comment

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

Make sure path starts with /?

@gbbirkisson gbbirkisson force-pushed the gbbirkisson/exporter-change branch from a121a70 to 8079205 Compare February 5, 2024 16:00
@gbbirkisson gbbirkisson merged commit e7c0c6c into main Feb 5, 2024
6 checks passed
@gbbirkisson gbbirkisson deleted the gbbirkisson/exporter-change branch February 5, 2024 16:19
This was referenced Jun 27, 2024
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.

3 participants