Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Make Jaeger Event queryable using event name and event tags #1553

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

arajkumar
Copy link
Member

@arajkumar arajkumar commented Aug 10, 2022

Description

So far we were matching tags present only in span, however Jaeger supports query on tags present in Event too. This commit matches tags in event table by joining span and event table based on span_id and trace_id.

Fixes #1552

Signed-off-by: Arunprasad Rajkumar ar.arunprasad@gmail.com

Note: If your PR involves benchmarks, you can run the Benchmarks workflow by adding action:benchmarks label. The PR must be opened from Promscale branch so that Github actions can leave a comment comparing results against master.

Merge requirements

Please take into account the following non-code changes that you may need to make with your PR:

  • CHANGELOG entry for user-facing changes
  • Updated the relevant documentation

@arajkumar arajkumar marked this pull request as ready for review August 10, 2022 06:18
@arajkumar arajkumar requested a review from a team as a code owner August 10, 2022 06:18
@arajkumar arajkumar self-assigned this Aug 10, 2022
@arajkumar arajkumar added this to the 0.14.0 milestone Aug 10, 2022
@arajkumar arajkumar changed the title Make Jaeger Event queryable using name and tags Make Jaeger Event queryable using event name and event tags Aug 10, 2022
@arajkumar arajkumar added the action:benchmarks Triggers Benchmark CI workflows on commit push to a PR label Aug 10, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
So far we were matching tags present only in span, however Jaeger supports query on tags present in Event too.

Fixes timescale#1552

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
@arajkumar arajkumar requested a review from a team as a code owner August 10, 2022 12:27
@arajkumar arajkumar removed the action:benchmarks Triggers Benchmark CI workflows on commit push to a PR label Aug 10, 2022
@arajkumar arajkumar merged commit 8cda625 into timescale:master Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Promscale sends empty result for jaeger query which targets span event attributes
3 participants