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

Last version does not send traces to jaeger properly #89

Closed
JasterV opened this issue Jan 16, 2024 · 2 comments
Closed

Last version does not send traces to jaeger properly #89

JasterV opened this issue Jan 16, 2024 · 2 comments

Comments

@JasterV
Copy link

JasterV commented Jan 16, 2024

So, I updated to the last 0.8.1 version and suddendly I could not see my traces locally.
I tried to update jaeger or downgrade it and nothing.
Then I just went back to the 0.6.0 version of this library and everything worked fine again )):

I have the features traces and datadog activated

This is how I am using this library:

pub fn init(config: TracingConfig) -> prima_tracing::Uninstall {
    let subscriber_config = prima_tracing::builder(&config.service_name)
        .with_env(config.app_env.into())
        .with_country(prima_tracing::Country::Common)
        .with_version(config.version)
        .with_telemetry(config.opentelemetry_url.into(), config.service_name)
        .build();

    let subscriber = prima_tracing::configure_subscriber(subscriber_config);

    prima_tracing::init_subscriber(subscriber)
}

This works on 0.6.0 but not on 0.8.1, although no error is reported on the latest version

@JasterV JasterV pinned this issue Jan 16, 2024
@JasterV
Copy link
Author

JasterV commented Jan 16, 2024

Update: it works with version 0.7.2 too

@MaeIsBad
Copy link
Member

MaeIsBad commented Mar 5, 2024

We missed this issue, sorry! Shouldn't happen next time
Closing since this has been fixed now

@MaeIsBad MaeIsBad closed this as completed Mar 5, 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

No branches or pull requests

2 participants