-
Notifications
You must be signed in to change notification settings - Fork 8
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
Sync with dev #136
Sync with dev #136
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 65054a6 - Browse repository at this point
Copy the full SHA 65054a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5dbbc7 - Browse repository at this point
Copy the full SHA e5dbbc7View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d2221b - Browse repository at this point
Copy the full SHA 1d2221bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc0bc3 - Browse repository at this point
Copy the full SHA 5fc0bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8360da - Browse repository at this point
Copy the full SHA d8360daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e2288 - Browse repository at this point
Copy the full SHA 88e2288View commit details -
Support options for Lua storage functions.
New option added is "blake" hash algorithm to encode keys.
Configuration menu - View commit details
-
Copy full SHA for 0a9e301 - Browse repository at this point
Copy the full SHA 0a9e301View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff4e05 - Browse repository at this point
Copy the full SHA dff4e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e9719 - Browse repository at this point
Copy the full SHA 47e9719View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d725e34 - Browse repository at this point
Copy the full SHA d725e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706ad14 - Browse repository at this point
Copy the full SHA 706ad14View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22d686f - Browse repository at this point
Copy the full SHA 22d686fView commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 452cefb - Browse repository at this point
Copy the full SHA 452cefbView commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0aafc3f - Browse repository at this point
Copy the full SHA 0aafc3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a134c - Browse repository at this point
Copy the full SHA 97a134cView commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c95825a - Browse repository at this point
Copy the full SHA c95825aView commit details
Commits on Jul 4, 2023
-
Don't clone regular expressions since it's expensive.
Instead, put them under Rc container.
Configuration menu - View commit details
-
Copy full SHA for 5071bf6 - Browse repository at this point
Copy the full SHA 5071bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e52516 - Browse repository at this point
Copy the full SHA 4e52516View commit details -
Configuration menu - View commit details
-
Copy full SHA for caba636 - Browse repository at this point
Copy the full SHA caba636View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93c5151 - Browse repository at this point
Copy the full SHA 93c5151View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e8f94 - Browse repository at this point
Copy the full SHA a4e8f94View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f26b72 - Browse repository at this point
Copy the full SHA 0f26b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for f135e67 - Browse repository at this point
Copy the full SHA f135e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f1a350 - Browse repository at this point
Copy the full SHA 4f1a350View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a30a7b - Browse repository at this point
Copy the full SHA 7a30a7bView commit details -
Remove Lua config module + config loader
The current approach is not the best and better to move this logic into user apps than keep in platform. Possibly I also should add fs change notify functionality.
Configuration menu - View commit details
-
Copy full SHA for edab028 - Browse repository at this point
Copy the full SHA edab028View commit details -
- Add `read()`/`write()`/`tempdir_scope()` functions - Renamed (and updated) `get_metadata()`/`get_files_in_dir()` to `metadata()`/`read_dir()` - Tests
Configuration menu - View commit details
-
Copy full SHA for cdcd76d - Browse repository at this point
Copy the full SHA cdcd76dView commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for edab82b - Browse repository at this point
Copy the full SHA edab82bView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f736a8 - Browse repository at this point
Copy the full SHA 8f736a8View commit details
Commits on Aug 2, 2023
-
Add instrumentation (tracing) to Lua storage module
Add `store_responses()` method to Lua storage module
Configuration menu - View commit details
-
Copy full SHA for 6abac29 - Browse repository at this point
Copy the full SHA 6abac29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e48a73 - Browse repository at this point
Copy the full SHA 4e48a73View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27c76ed - Browse repository at this point
Copy the full SHA 27c76edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73be0c4 - Browse repository at this point
Copy the full SHA 73be0c4View commit details
Commits on Aug 8, 2023
-
Init user-defined metrics (Lua) together with the main metrics. Reduce histogram boundaries. Support user-defined common prometheus labels in the config (`extra_labels` section).
Configuration menu - View commit details
-
Copy full SHA for 216167e - Browse repository at this point
Copy the full SHA 216167eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dacb080 - Browse repository at this point
Copy the full SHA dacb080View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27ff153 - Browse repository at this point
Copy the full SHA 27ff153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539b02c - Browse repository at this point
Copy the full SHA 539b02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2e4ff - Browse repository at this point
Copy the full SHA 8c2e4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79495dc - Browse repository at this point
Copy the full SHA 79495dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec0ac4 - Browse repository at this point
Copy the full SHA 6ec0ac4View commit details -
Remove trace_id attribute from root span
Change root span name to use path instead of full url
Configuration menu - View commit details
-
Copy full SHA for ef8fe17 - Browse repository at this point
Copy the full SHA ef8fe17View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for baada22 - Browse repository at this point
Copy the full SHA baada22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c26f0a - Browse repository at this point
Copy the full SHA 8c26f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbd3be - Browse repository at this point
Copy the full SHA 2bbd3beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 949b382 - Browse repository at this point
Copy the full SHA 949b382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e46809 - Browse repository at this point
Copy the full SHA 3e46809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03303bb - Browse repository at this point
Copy the full SHA 03303bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9f24a - Browse repository at this point
Copy the full SHA 7d9f24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4978bb8 - Browse repository at this point
Copy the full SHA 4978bb8View commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a0cc41 - Browse repository at this point
Copy the full SHA 8a0cc41View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49b4173 - Browse repository at this point
Copy the full SHA 49b4173View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9ec61 - Browse repository at this point
Copy the full SHA df9ec61View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee0733 - Browse repository at this point
Copy the full SHA aee0733View commit details
Commits on Sep 25, 2023
-
- Separate tracing and opentelemetry spans - Support "firehose" mode for tracing - Add option to not start a new trace if b3 context not passed - Remove storage otel span (in order to optionally instument it from a Lua script)
Configuration menu - View commit details
-
Copy full SHA for 5528d34 - Browse repository at this point
Copy the full SHA 5528d34View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2bef467 - Browse repository at this point
Copy the full SHA 2bef467View commit details -
Support creating spans to Lua trace module.
Spans can have recorded events, attributes, and status.
Configuration menu - View commit details
-
Copy full SHA for 713b43b - Browse repository at this point
Copy the full SHA 713b43bView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0592654 - Browse repository at this point
Copy the full SHA 0592654View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8997e5 - Browse repository at this point
Copy the full SHA e8997e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff4a391 - Browse repository at this point
Copy the full SHA ff4a391View commit details
Commits on Oct 25, 2023
-
Update fred redis library to 7.0
Add connect_timeout option to redis timeouts config Change default pool size to 2xCPUs
Configuration menu - View commit details
-
Copy full SHA for cf93469 - Browse repository at this point
Copy the full SHA cf93469View commit details -
Configuration menu - View commit details
-
Copy full SHA for ace3f80 - Browse repository at this point
Copy the full SHA ace3f80View commit details
Commits on Nov 4, 2023
-
Add compression threshold to redis backend.
This is useful to avoid compressing small values, which can actually increase the size of the value.
Configuration menu - View commit details
-
Copy full SHA for d794c70 - Browse repository at this point
Copy the full SHA d794c70View commit details -
Move zstd compress/decompress functions into utils::zstd
Do not spawn tokio task for decompression
Configuration menu - View commit details
-
Copy full SHA for 4f13b60 - Browse repository at this point
Copy the full SHA 4f13b60View commit details -
Use distinct bits for headers and body compression flags
Drop compressed data if it's not smaller than original
Configuration menu - View commit details
-
Copy full SHA for 85ce44d - Browse repository at this point
Copy the full SHA 85ce44dView commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7dcff80 - Browse repository at this point
Copy the full SHA 7dcff80View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b4ed63 - Browse repository at this point
Copy the full SHA 1b4ed63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b472d1 - Browse repository at this point
Copy the full SHA 4b472d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e88370 - Browse repository at this point
Copy the full SHA 8e88370View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85a65e - Browse repository at this point
Copy the full SHA e85a65eView commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a91142f - Browse repository at this point
Copy the full SHA a91142fView commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 242080b - Browse repository at this point
Copy the full SHA 242080bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6866321 - Browse repository at this point
Copy the full SHA 6866321View commit details -
Configuration menu - View commit details
-
Copy full SHA for e73e6de - Browse repository at this point
Copy the full SHA e73e6deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 024680c - Browse repository at this point
Copy the full SHA 024680cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b33e5b - Browse repository at this point
Copy the full SHA 9b33e5bView commit details