-
Notifications
You must be signed in to change notification settings - Fork 20
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
Features #7
Comments
Few abstractions - easy to navigate if you’re familiar with the specification. Relatively little code between API and UDP payload being passed to kernel. But at the same time uses Go conventions like |
Extensible due to being easier to navigate. Command missing? Implement it much more quickly. Can build tooling (scanners, exporters) without having to interface with C. |
“Deep protocol metric collection” |
@gebn is there any way to make instrumentation optional? specifically looking to reduce the dependency footprint thank you! |
@bsdlp Are you referring to the Prometheus libraries? Minimising binary size was not a design goal unfortunately. It would probably require a fork, unless there's a way to strip a given dependency automatically which I'm not aware of. What kind of platform you are looking to use the library on? |
The text was updated successfully, but these errors were encountered: