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

Correlate logs to traces #34

Closed
fmassot opened this issue Nov 30, 2023 · 2 comments
Closed

Correlate logs to traces #34

fmassot opened this issue Nov 30, 2023 · 2 comments
Assignees

Comments

@fmassot
Copy link
Contributor

fmassot commented Nov 30, 2023

The elasticsearch plugin allows to define how to link a log to a trace. See the datalinks config part.

We should be able to have the same feature and provide this dataLinks configuration.

Here is a config example coming from the doc:

      dataLinks:
        - datasourceUid: my_jaeger_uid # Target UID needs to be known
          field: traceID
          url: '$${__value.raw}' # Careful about the double "$$" because of env var expansion

To test the setup, we need 2 datasources: one quickwit datasource for the logs and one jaeger datasource for traces.

@idrissneumann
Copy link
Collaborator

We need to be able to add the datalink graphically as the elastic datasource

Screenshot 2023-12-01 at 15 18 13 Screenshot 2023-12-01 at 15 11 53

@idrissneumann idrissneumann moved this from In Progress to To review in Quickwit grafana datasource 0.4.0 Dec 11, 2023
@idrissneumann
Copy link
Collaborator

Pull request's ready here: #35

idrissneumann added a commit that referenced this issue Dec 13, 2023
idrissneumann added a commit that referenced this issue Dec 13, 2023
fmassot added a commit that referenced this issue Dec 13, 2023
@idrissneumann idrissneumann moved this from To review to Done in Quickwit grafana datasource 0.4.0 Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants