-
Notifications
You must be signed in to change notification settings - Fork 12
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
Metric Request Error #13
Comments
@cs-priyank-mankad |
This got resolved it was permission issue. but now after adding required csv in plugin it is giving me error of unable to load graph. |
What version of the plugin do you use (you can check the version in logs)? |
grafana-csv-datasource @ 1.0.0 |
1.x.x does not support graphs, only tables :( |
it seems above mentioned version doesn't have grafana-csv-plugin_linux_amd64 file for linux |
You are right, I will add executable for Linux in the evening. |
Ok thanks for the help. can you please update me here once you add linux executable. |
@cs-priyank-mankad I have added Linux executable. Could you try it? |
Check, please if executable grafana-csv-plugins linux_amd64 has the Execute
permission?
ср, 17 июн. 2020 г. в 16:26, cs-priyank-mankad <notifications@github.com>:
… [image: image]
<https://user-images.githubusercontent.com/46986647/84862778-6a656d80-b091-11ea-8b5a-e190b87f8183.png>
Getting this error while saving the plugin.
in grafana.log no relevant error message is coming
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM3DNMIQIW6PIY27274SYLRXBOZVANCNFSM4N525N5Q>
.
|
@cs-priyank-mankad could you share with me the first 5 rows from your file? |
Timestamp CPU VMEM MEM |
What delimiter is? White space? |
yes it is whitespace |
I think the plugin is not able to recognize format since there are 4 columns and only 2 values in data rows. |
Also, take into consideration that by default delimiter is thecomma sign |
@cs-priyank-mankad I have replaced the white space separator by comma sign and removed columns without data. Now it works for me: I am going to check what is wrong with the white space sign as the separator. Thank you! |
Getting Metric Request Error while adding File with Datasource Plugin.
The text was updated successfully, but these errors were encountered: