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
This adds sources info to process events in the metrics document.
```
"process_events": {
"sent_bytes": 1478944,
"sent_count": 732,
"sources": [
{
"sent_bytes": 0,
"sent_count": 0,
"source": "shmget",
"suppressed_bytes": 0,
"suppressed_count": 1
}
],
"suppressed_bytes": 0,
"suppressed_count": 7
}
```
This change allows for data based diag->prod decisions for new Linux
process events: load_module, ptrace, and shmget
0 commit comments