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
Users need the ability to query (using system tables) instrumentation data captured for various system level events. Actual data we capture for these events can be arbitrary as these are specific to each event.
eg.
select * from system.snapshot_fetch should return event_time, event_data at a high level. A sample output for such a query is below,
praveen-influx
changed the title
Add framework for ring buffer of events that can be queried via a system table (in OSS)
Add framework for ring buffer of events that can be queried via a system table
Nov 22, 2024
praveen-influx
changed the title
Add framework for ring buffer of events that can be queried via a system table
Add framework for capturing system level events that can be queried using system tables
Nov 27, 2024
Users need the ability to query (using system tables) instrumentation data captured for various system level events. Actual data we capture for these events can be arbitrary as these are specific to each event.
eg.
select * from system.snapshot_fetch
should returnevent_time
,event_data
at a high level. A sample output for such a query is below,These events will,
event_data
(use Maparray internally)The text was updated successfully, but these errors were encountered: