-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring streams and storage (#25)
* chore: update to kstreams 2.3 * refactor: draft aggregation and indexing without lucene * refactor: dependency link aggregation * refactor: compilable set of changes; * chore: fix formatting * fix: failing tests * chore: deprecate and format * chore: update docker image for it * fix: remote service call and store names * feat: testing suppress on trace aggregation * feat: unit testing aggregation * feat: testing traces retention * feat: complete streams unit testing * feat: it testing trace queries; * feat: it test for dependencies * refactor: join stream apps into 2 one for aggregation and another for store * chore: remove old comment * chore: remove unused plugin * docs: add methods description * chore: update versions * feat: autocomplete tags support * feat: moving to zipkin/distroless images * feat: docker image renewed; * fix: failing test * chore: clean properties * fix: execution handling and code reuse * chore: add todo for async call * fix: issue with dependency query * chore: close producer * chore: increase ti * chore: trying to chase issue with travis test * chore: trying to chase issue with travis test * docs: update stream images * fix: ensure topics are created before running tests * chore: remove non needed print exception stack * chore: update configs and docs; * chore: var names and logging * chore: var names and logging * chore: var names and logging * chore: var names and logging * chore: var names and logging * feat: aligning configs and docker * fix: topic name in tests * chore: update docs and configs * chore: doc mounting custom libs * fix: dependency-links to dependencies Signed-off-by: Jorge Quilcate Otoya <[email protected]> * docs: add steps to test * fix: issue with inactivity gap variable * chore: simplify link mapping and clean imports * docs: add ack to ksteram viz app * fix: topic name * chore: add container names * chore: update versions * feat: remove topics details and rename vars * docs: more specific naming * docs: remove too specific variables and simplify config * fix: store dir test * feat: add clients overrides * fix: overrides * chore: remove 'all' filter * chore: rename kafka topic env variables * docs: update env list * feat: back to separated stores to support dependency only use-case additionally, spans are now the source for trace store. * docs: updating environments and doc of new approach * chore: simplifying testing * chore: rename vars * chore: add suppress warning for ignored future * feat: rename profile and storage to kafka * docs: component javadocs * docs: add graph details * docs: add graph details * chore: fix acks * update base zipkin version Co-Authored-By: Adrian Cole <[email protected]> * chore: rename from span to spans topic * refactor: simplify config names * docs: add topics list; * fix: joining spans * chore: update javadocs, config passing, and minimum traces stored. * chore: small fixes * chore: rename vars * refactor: rename to flush interval * docs: add details about inactivity gap * refactor: more renames
- Loading branch information
Showing
59 changed files
with
2,244 additions
and
2,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.