import InternalStatChart from 'sentry/components/internalStatChart'; const AdminBuffer = () => { const since = new Date().getTime() / 1000 - 3600 * 24 * 7; return (

Buffers

About

Sentry buffers are responsible for making changes to cardinality counters — such as an issues event count — as well as updating attributes like{' '} last seen. These are flushed on a regularly interval, and are directly affected by the queue backlog.

Updates Processed

Revoked Updates

); }; export default AdminBuffer;