You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Batch endpoint collection
Signed-off-by: Bob Weinand <[email protected]>
* Avoid duplicate Symfony endpoint collections & don't collect every page on wordpress
Batch ack sending too
Signed-off-by: Bob Weinand <[email protected]>
* Match SHM cache Integration type with sidecar writer
The sidecar's write_shm_file() serializes buffered_integrations as
HashSet<Integration>, but the PHP-side reader in components-rs
deserialized it as HashSet<String>. This mismatch has existed since
the SHM cache was introduced in 91222ad ("feat: reduce telemetry
sent", #3316), but was latent: config_sent was set true before any
integrations appeared in SHM, and integration dedup (the only other
consumer) was silently broken with the sidecar deduplicating
server-side as a fallback.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
* Use a proper struct for Telemetry SHM data
Signed-off-by: Bob Weinand <[email protected]>
* Update Makefile
Signed-off-by: Bob Weinand <[email protected]>
---------
Signed-off-by: Bob Weinand <[email protected]>
Co-authored-by: Gustavo André dos Santos Lopes <[email protected]>
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments