-
Notifications
You must be signed in to change notification settings - Fork 99
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
do-agent on FreeBSD exports only CPU, load, disk usage and bandwidth metric #237
Comments
The node_exporter which is the base of do-agent, as far as i can see, extracts a lot more metrics from a FreeBSD System. e.g yields these metrics:
This version of node_exporter reads the above metrics:
|
👋 hey @mjakob-gh this is intended functionality. Thanks for opening the 2 issues around FreeBSD. I will look into fixing the build issue you pointed out in the other issue. The metrics visible in the cloud UI are the only ones we store on our side for display that way. |
@mjakob-gh thanks for the clarification. I will look into both of your issues and see if we can make it work better in general on FreeBSD |
The graph view you are seeing there is the hypervisor graph view which is shown for droplets without the do-agent installed. Are you sure that Ubuntu droplet has the agent installed and running? @mjakob-gh |
You may have to hard refresh the page if you just installed the agent as well for it to get picked up and transition to the more detailed view. |
Ah, yes. I visited various parts of the web interface like Networking or Volumes, but when coming back, the graphs did not change. After a ctrl+F5 the correct graphs are displayed, even with the single CPU % value like in my FreeBSD droplet. Thanks. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. |
still valid |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. |
still valid |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. |
still valid |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. |
still valid |
Describe the problem
The (with fix #236) build do-agent exports only CPU, load, disk usage and bandwidth metric, at least thats what is shown in the Graphs on the webinterface.
Steps to reproduce
create a FreeBSD droplet, install the do-agent (steps to build it are in #236), run the agent e.g:
do-agent-freebsd-amd64 --debug --collector.cpu --collector.devstat --collector.zfs --collector.meminfo
check the graphs in the webinterface
Expected behavior
All relevant metrics are shown in the webinterface
System Information
Distribution and version:
do-agent information:
FreeBSD 12.2-RELEASE-p2
The text was updated successfully, but these errors were encountered: