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

Search v0.1.0 (ingester only) #806

Merged
merged 118 commits into from
Sep 1, 2021
Merged

Search v0.1.0 (ingester only) #806

merged 118 commits into from
Sep 1, 2021

Commits on Jun 23, 2021

  1. super rough draft of searching data in wal

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    4fadaea View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Search live traces, and all completing blocks, not just head block

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9f7ef36 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Oops, delete tempo binary accidentally added

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    8fa8038 View commit details
    Browse the repository at this point in the history
  2. Search all root span attributes

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    0dbcd60 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    195dbe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d8c34 View commit details
    Browse the repository at this point in the history
  3. Change flatbuffer search data to be keyvalue pairs only, capture and …

    …search everything generically
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c461f05 View commit details
    Browse the repository at this point in the history
  4. Create lookup api for service.name and span.name. Ingester keeps uniq…

    …ue value in-memory
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    22283f2 View commit details
    Browse the repository at this point in the history
  5. Collect tags for all spans

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    25553d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04bc72a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2933ce View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    3077d95 View commit details
    Browse the repository at this point in the history
  2. tempo-query: fix search url

    kvrhdn committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    161dfe1 View commit details
    Browse the repository at this point in the history
  3. Add tempo-search example

    kvrhdn committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    716570b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d2bf8 View commit details
    Browse the repository at this point in the history
  5. Capture and search on trace duration

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    4582fa6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c892393 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87f4597 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72226ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ddb7924 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58970f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Delete search data files when parent wal file is deleted

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    bc87764 View commit details
    Browse the repository at this point in the history
  2. Used flatbuffer shared strings for space savings

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e2838a2 View commit details
    Browse the repository at this point in the history
  3. Read and write paged search data for local complete blocks

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    c851e6f View commit details
    Browse the repository at this point in the history
  4. Update for new search results. Properly stop searching when enough re…

    …sults are found
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4d3762a View commit details
    Browse the repository at this point in the history
  5. Add limit to Search API

    kvrhdn committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b579b95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22d319f View commit details
    Browse the repository at this point in the history
  7. Move flatbuffer generated up a folder to simplify imports

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ac7e68e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    2527ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f7f14b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cda372 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b063e41 View commit details
    Browse the repository at this point in the history
  5. Include more tags in lookups for autocomplete. Save numeric tags too …

    …by converting to strings
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    53ec723 View commit details
    Browse the repository at this point in the history
  6. Autocomplete any tag up to first 50 unique values

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    c291fae View commit details
    Browse the repository at this point in the history
  7. Code organization and naming

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    3251b2b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Performance improvements to tag matching: zero allocs and use binary …

    …search. Add tests and benchmarks
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    f9340ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb659a View commit details
    Browse the repository at this point in the history
  3. Fix to sort flatbuffer keys/values correctly. Fix broken code from fu…

    …nc signature change
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    318d849 View commit details
    Browse the repository at this point in the history
  4. Make backend search benchmark more stable and print out stats more cl…

    …early
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    aa02b09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c365f92 View commit details
    Browse the repository at this point in the history
  6. Performance improvements to reduce number of flatbuffer lookups

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6475f6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f23078 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f2f4d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Reuse buffers in backend search block

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    de1f29e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    e2dbe0d View commit details
    Browse the repository at this point in the history
  2. Refactor to mutable form of SearchData

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    af77431 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Code cleanup/comments

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    f67f2c2 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests and make search controlled by flag

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    be0d150 View commit details
    Browse the repository at this point in the history
  3. Fix distributor test

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9abfec5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. make vendor-check

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    3a7cfa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Add TestInstanceSearch

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    20dad4c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into search

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    e9896e5 View commit details
    Browse the repository at this point in the history
  3. Incorporate changes from recent backend refactor

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    0ec742c View commit details
    Browse the repository at this point in the history
  4. Use local backend in test in place of backend writer

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2092d6a View commit details
    Browse the repository at this point in the history
  5. Dedupe search results at instance level

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    a89b6b6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into search

    # Conflicts:
    #	modules/frontend/frontend.go
    kvrhdn committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    9a6989f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e9f34f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Move wal search files to different directory, delete and don't replay…

    … on startup
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    ffff312 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Ingester search all blocks concurrently

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    ca9400b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Split extractSearchData into new file and start adding tests

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    b786cf1 View commit details
    Browse the repository at this point in the history
  2. Move ingester/instance search to separate files

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    b07fc20 View commit details
    Browse the repository at this point in the history
  3. Add MaxSearchBytesPerTrace limit

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    66c182e View commit details
    Browse the repository at this point in the history
  4. Finish moving search to channels and simplify with SearchResults stru…

    …ct, add metrics for inspected traces and bytes
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    6e166f5 View commit details
    Browse the repository at this point in the history
  5. Fix searches to check exit status occasionally. Comments

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    8852c12 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Fix default tempo port in docker-compose

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    28997a9 View commit details
    Browse the repository at this point in the history
  2. Fix panic in channel handling

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    feaf7e1 View commit details
    Browse the repository at this point in the history
  3. Address possible panic where search results channel could be closed b…

    …efore all workers started
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    b3902a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Protect searchblock maps, add race test

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    64f3f79 View commit details
    Browse the repository at this point in the history
  2. Add locking to fix map panic in appender. Add locking to handle when …

    …block is deleted while being searched
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    00c4cbf View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Experiment with search head block

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    e263655 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Add benchmark for wal search, small perf improvement, fix error handl…

    …ing in resetHeadBlock to prevent nil headblock
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    c4694ad View commit details
    Browse the repository at this point in the history
  2. Test tripperware selection in query frontend

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    901ce87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26409dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd0aa01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89f3a89 View commit details
    Browse the repository at this point in the history
  6. Remove commented out code

    Querier doesn't need to extract org id when only querying the ingesters. The rqeuest is forwarded to the ingesters where they extract it themselves.
    kvrhdn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    d6da4fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14c945c View commit details
    Browse the repository at this point in the history
  8. Dockerize make gen-flat

    kvrhdn committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    80c4903 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Minor additions, fix linting

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a3a3dd5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into search

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f621d2b View commit details
    Browse the repository at this point in the history
  3. make vendor-check, check for userID in search handlers at querier

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    de3d333 View commit details
    Browse the repository at this point in the history
  4. Refactor forGivenIngesters and use it everywhere

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8764f29 View commit details
    Browse the repository at this point in the history
  5. Remove unused struct

    kvrhdn committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    800bea4 View commit details
    Browse the repository at this point in the history
  6. Add test for instance search response metrics

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9ba3ff2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Test service name tag extraction, move tags into search module

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6849b72 View commit details
    Browse the repository at this point in the history
  2. Make instance search tag cache not store items indefinitely

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f0caa57 View commit details
    Browse the repository at this point in the history
  3. Add locks in tag cache

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ad7f17e View commit details
    Browse the repository at this point in the history
  4. Dedupe search results from ingesters in querier

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e060b1d View commit details
    Browse the repository at this point in the history
  5. Move duration filters before tag filters because they are faster to e…

    …valuate
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2d484d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    13c3369 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    efcb101 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Merge branch 'main' into search

    # Conflicts:
    #	modules/frontend/frontend.go
    kvrhdn committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    86080ab View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Move RecordSearchLookupValues to outside the tracesMtx

    Signed-off-by: Annanay <annanayagarwal@gmail.com>
    annanay25 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    9187a77 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Add search tests for backend/streaming blocks. Make it easier to expe…

    …riment with compression
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    15fd058 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    16d7d78 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Redo backend search blocks to have their own meta and index, use the …

    …index while searching
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b9c41f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Update search blocks to use standard data encodings, which will make …

    …it trivial to support compression, etc. Reduce allocations by reusing slices where possible
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7ced5d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    cc9c726 View commit details
    Browse the repository at this point in the history
  2. Combine results from all segments for a live trace. Use a map to dedu…

    …pe results in the ingester
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    bf6be84 View commit details
    Browse the repository at this point in the history
  3. lint

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    bbbbf78 View commit details
    Browse the repository at this point in the history
  4. Fix failing test

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    aa4457a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Add page headers and skip whole page if no matches

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    8dd892e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. BackendSearchBlock configurable page size

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    ec5df19 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Simplify batch-level tags instead of storing in a 'fake' trace search…

    … entry.
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4960cc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Track number of blocks inspected

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    84f2202 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    60704ae View commit details
    Browse the repository at this point in the history
  3. Use consts for search url params

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    11668d3 View commit details
    Browse the repository at this point in the history
  4. Delete unused code

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    8840f68 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Relocate to /tempodb/search/

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    d7632a3 View commit details
    Browse the repository at this point in the history
  2. Default search to snappy encoding

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    2a40702 View commit details
    Browse the repository at this point in the history
  3. Add metric ingester_trace_search_bytes_discarded_total for when searc…

    …h bytes exceed per trace limit
    
    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    750e349 View commit details
    Browse the repository at this point in the history
  4. lint: Rename types to remove stutter

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ccabaa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e407e7 View commit details
    Browse the repository at this point in the history
  6. Resolve conflicts with main, dataReader.Read error

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    a500ba0 View commit details
    Browse the repository at this point in the history
  7. changelog

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    afae90e View commit details
    Browse the repository at this point in the history
  8. Update default search block page size to 2MiB based on snappy benchmarks

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    e00cfed View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Rename SearchData -> SearchEntry, BatchSearchData -> SearchPage

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    1bdc697 View commit details
    Browse the repository at this point in the history
  2. Pin search blocks to v2 instead of 'latest'

    Signed-off-by: Martin Disibio <mdisibio@gmail.com>
    mdisibio committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    0212c95 View commit details
    Browse the repository at this point in the history