-
Notifications
You must be signed in to change notification settings - Fork 268
Conversation
Thanks for reminding me. I have manually resolved those conflicts by rebasing. |
Hi @Gowee, and thank you for considering contributing your plugin! Before we can start review your plugin, we'll need you to fix the issues reported by the plugin validator. You can enter the URL to this PR, or to a specific commit on GitHub. |
Hi, @marcusolsson . The validator warns that my panel is
What do you suggest? Thanks. |
As you've noticed, the dist directory needs to be present in the commit. We still have some ways to go when it comes to publishing plugins. You can find a recommended approach in the tutorial step on how to Publish your plugin. TL;DR
The validator tries to validate the files in the |
Hmmm. Following the tutorial, I have fixed all the issues reported by the validtor except |
The plugin ID needs to be 2 or 3 text segments separated by hyphens (yours has 4). A valid ID in your case would be one of these two:
|
Got it. That might be because I saw there are a few plugins that have 4 segments in their IDs in repo.json (for history reason I guess?). Now changed to |
Yes, unfortunately a few (including one of my own 😅) plugins have slipped through the review process in the past. Hopefully, the review process will be more consistent and fair as we start automating more of it. Sorry for the confusion! |
Just tested the plugin, and it looks like it's working as intended! Just an FYI: As long as the data frame has the correct schema, you can use any data source. You might want to document the expected data frame in your README. For example, I tested with the Static data source. |
I'd like to congratulate you on finding a gap in the plugin validator! 🎉 😄 I tried publishing your plugin, but wasn't able to. In Can I ask that you move the screenshot to the |
It is a little disappointing that the congratulation is not about my plugin would finally work. 🤣 Certainly, I have corrected the screenshot path. Also, I have updated the README to include the expected data schema. Thanks again for your time and detailed advice. |
(Update: Problem solved by some dirty tricks. Now it looks good, at least. ) |
I promise we'll get there :) I can see that you've moved the screenshot to It's a really cool plugin, can't wait to publish it! |
I did rebuild and |
Hm. I'm still getting Not Found for the screenshot when I try to publish the plugin. I think it might be because the Thank you for your patience! 🙏 |
No problem at all. Updated. 🙂 |
That was fast! And it indeed did the trick! I'm happy to finally be able to congratulate you on having published your first plugin! 🎉 You can find it here: Thanks again for your patience and for your contribution! ❤️ |
Hello.
This panel plugin helps visualize traceroute hops on a map as is shown in the README.
I build this project based upon https://github.com/grafana/simple-react-panel and have checked the relevant guidelines. But I am not sure if everything will go well because the new and legacy documents seems a little messy to me. Please let me know if there is something wrong.
Thanks.