Karan Balani
|
9c818955af
|
feat: ristretto based in-memory cache with metrics enabled (#9632)
* feat: move to ristretto based memory cache with metrics enabled
* chore: fix go-deps
* fix: metrics namesapces
* feat: telemetrystore instrumentation hook
* fix: try exporting metrics without units
* fix: exporting metrics without units to avoid ratio conversion
* feat: figure out operation name like bun spans
* chore: minor improvements
* feat: add totalCost metric for memorycache
* feat: new config for memorycache and fix tests
* chore: rename newTelemetry func to newMetrics
* chore: add memory.cloneable and memory.cost span attributes
* fix: add wait func call
---------
Co-authored-by: Pandey <vibhupandey28@gmail.com>
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
|
2025-11-25 15:05:05 +00:00 |
|
Karan Balani
|
779df62093
|
feat: tokenizerstore package & role checks in JWT Tokenizer (#9594)
|
2025-11-19 09:11:02 +05:30 |
|
Vibhu Pandey
|
8274ebfe37
|
fix(memorycache): add a cloneable interface (#8414)
|
2025-07-05 19:08:23 +05:30 |
|
Vikrant Gupta
|
5b237ee628
|
feat(cache): multi-tenant cache (#7805)
* feat(cache): remove the references of old cache
* feat(cache): add orgID in query range modules pt1
* feat(cache): add orgID in query range modules pt2
* feat(cache): add orgID in query range modules pt3
* feat(cache): preload metrics for all orgs
* feat(cache): fix ruler
* feat(cache): fix go build
* feat(cache): add orgID to rule
* feat(cache): fix tests
* feat(cache): address review comments
* feat(cache): use correct errors
* feat(cache): fix tests
* feat(cache): add the cache test package
|
2025-05-03 18:30:07 +05:30 |
|
Shivanshu Raj Shrivastava
|
efd4e30edf
|
fix: publish signoz as package (#7378)
Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com>
|
2025-03-20 15:31:41 +00:00 |
|
Vibhu Pandey
|
3d85fd831a
|
refactor(registry): move into factory (#7147)
|
2025-02-19 00:35:53 +05:30 |
|
Vibhu Pandey
|
0cf9003e3a
|
feat(.): initialize all factories (#6844)
### Summary
feat(.): initialize all factories
#### Related Issues / PR's
Removed all redundant commits of https://github.com/SigNoz/signoz/pull/6843
Closes https://github.com/SigNoz/signoz/pull/6782
|
2025-01-20 17:45:33 +05:30 |
|
Vibhu Pandey
|
c92ef53e9c
|
refactor(cache): move to provider pattern (#6837)
### Summary
Move cache to provider pattern
|
2025-01-17 18:09:39 +05:30 |
|