-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/internal metrics improvments #18
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
base: main
Are you sure you want to change the base?
Conversation
6579f0e
to
9ddec74
Compare
pkg/components/imetrics/imetrics.go
Outdated
BpfProbeLatency(probeID, probeType, probeName string, latencySeconds float64) | ||
// BpfMapEntries is invoked every time a BPF map size is recorded | ||
BpfMapEntries(mapID, mapName, mapType string, entriesTotal int) | ||
// BpfMapMaxEntries is invoked every time a BPF map size is recorded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// BpfMapMaxEntries is invoked every time a BPF map size is recorded | |
// BpfMapMaxEntries is invoked every time a BPF map max size is recorded |
"net" | ||
|
||
"github.com/caarlos0/env/v7" | ||
"google.golang.org/grpc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this?
"time" | ||
|
||
"github.com/caarlos0/env/v7" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this?
"time" | ||
|
||
"github.com/caarlos0/env/v7" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this happening everytime I didn't change that 😭
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe the IDE doesn't recognize the vanity url and it fails to sort properly 😂 - just guessing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than some small nits, LGTM
1825203
to
14b6c43
Compare
be031fd
to
3695505
Compare
3695505
to
63c9903
Compare
9f2613a
to
7d40c91
Compare
add metrics for trace exports
add bpf metrics to internal metrics reporter