You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/06/23 11:39:43 UTC

[GitHub] [dolphinscheduler] EricGao888 opened a new issue, #10582: [Feature][Docs] Give users easier access to metrics demo

EricGao888 opened a new issue, #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   * As mentioned in https://github.com/apache/dolphinscheduler/issues/9324#issuecomment-1164219892, we need to provide users with easier access to metrics demo.
   
   ### Use case
   
    - [ ] Seems there are no links in https://github.com/apache/dolphinscheduler/blob/dev/docs/configs/docsdev.js for metrics docs , we should add the links.
    - [ ] At present, [metrics demo](https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-meter/src/main/resources) is only accessible to developers, we need to find a way to provide them for users. For example, we could add a download link someplace in Dolphin official website for users to download `grafana-demo package`.
   
   ### Related issues
   
   related: #9324
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1175853613

   there is a exsits issue to desc the work of ghcr https://github.com/apache/dolphinscheduler/issues/10024


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1164303110

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1164306391

   May I ask whether there is some kind of storage we could use to store the demo package and provide a link on the official website?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1164417691

   > > > May I ask whether there is some kind of storage we could use to store the demo package and provide a link on the official website?
   > > 
   > > 
   > > It seems not.
   > 
   > @SbloodyS What about finding a way to include the demo in the build target tar? Users will see the demo folder once they uncompress the release package.
   
   With the demo folder we could not only put grafana-demo into it but also put other demos into it in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1175858680

   > > @zhongjiajie @SbloodyS @caishunfeng WDYT for the second point in `Use case`? I haven't figured out a good way for users to access these demo dashboards easily. Any ideas will be appreciated : )
   > 
   > maybe we can using github container registrrey(ghcr) to store docker images of this demo, and write a `docker-compose.yml` file just like https://github.com/apache/dolphinscheduler/blob/dev/deploy/docker/docker-compose.yml, and we only need to deploy our demo docker image to ghcr, users could fetch the `docker-compose.yml` and run the latest container from ghcr
   
   Sounds pretty cool! I will take a look at `ghcr`. Thx for the suggestions! @zhongjiajie 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1168136786

   @zhongjiajie @SbloodyS @caishunfeng WDYT for the second point in `Use case`? I haven't figured out a good way for users to access these demo dashboards easily. Any ideas will be appreciated : )


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] EricGao888 commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1164406116

   > > May I ask whether there is some kind of storage we could use to store the demo package and provide a link on the official website?
   > 
   > It seems not.
   
   @SbloodyS What about finding a way to include the demo in the build target tar? Users will see the demo folder once they  uncompress the release package.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zhongjiajie commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1175852745

   > @zhongjiajie @SbloodyS @caishunfeng WDYT for the second point in `Use case`? I haven't figured out a good way for users to access these demo dashboards easily. Any ideas will be appreciated : )
   
   maybe we can using github container registrrey(ghcr) to store docker images of this demo, and write a `docker-compose.yml` file just like https://github.com/apache/dolphinscheduler/blob/dev/deploy/docker/docker-compose.yml, and we only need to deploy our demo docker image to ghcr, users could fetch the  `docker-compose.yml` and run the latest container from ghcr


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] SbloodyS commented on issue #10582: [Feature][Docs] Give users easier access to metrics demo

Posted by GitBox <gi...@apache.org>.
SbloodyS commented on issue #10582:
URL: https://github.com/apache/dolphinscheduler/issues/10582#issuecomment-1164362489

   > May I ask whether there is some kind of storage we could use to store the demo package and provide a link on the official website?
   
   It seems not.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org