Skip to content
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

metrics: Expose more errors in tetragon_bpf_missed_events_total counter #2855

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

lambdanis
Copy link
Contributor

When testing I saw a bunch of "unknown" errors. To further investigate, let's split out ENOENT, E2BIG and EINVAL into separate label values. This should be almost all errors returned by perf_event_output, I left out only EOPNOTSUPP.

When testing I saw a bunch of "unknown" errors. To further investigate, let's
split out ENOENT, E2BIG and EINVAL into separate label values. This should be
almost all errors returned by perf_event_output, I left out only EOPNOTSUPP.

Signed-off-by: Anna Kapuscinska <[email protected]>
@lambdanis lambdanis added area/metrics Related to prometheus metrics release-note/minor This PR introduces a minor user-visible change labels Sep 1, 2024
@lambdanis lambdanis requested review from mtardy and a team as code owners September 1, 2024 10:27
Copy link

netlify bot commented Sep 1, 2024

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 3eb644f
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/66d4418db0300700099b081c
😎 Deploy Preview https://deploy-preview-2855--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lambdanis lambdanis merged commit 4166a3f into cilium:main Sep 2, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/metrics Related to prometheus metrics release-note/minor This PR introduces a minor user-visible change
Projects
Development

Successfully merging this pull request may close these issues.

2 participants