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

Add support for ElasticSearch alias to read spans from (Resolves #68) #86

Merged
merged 1 commit into from
May 24, 2022

Commits on May 12, 2022

  1. Add support for using ElasticSearch index aliases common when using r…

    …ollover indices
    
     * Added ES_USE_ALIASES flag uses 'jaeger-span-read' index alias instead of indexDate postfixed one and
       'jaeger-dependencies-write' to store the dependencies
     * Added range query to only fetch the spans for the last 24 hours (based on startTimeMillies field)
    
    Signed-off-by: Christian Rohmann <[email protected]>
    frittentheke committed May 12, 2022
    Configuration menu
    Copy the full SHA
    7d69dbe View commit details
    Browse the repository at this point in the history