Create your Business Grafana dashboard | Step by step for analysts | Grafana Tutorial

Поделиться
HTML-код
  • Опубликовано: 19 авг 2024
  • НаукаНаука

Комментарии • 59

  • @volkovlabs
    @volkovlabs  Год назад +6

    What is your favorite part of this video? Let us know in the comments.
    Check out the blog post for details: volkovlabs.io/blog/how-to-create-your-first-grafana-dashboard-bd0f68d631bd/

    • @2jyen
      @2jyen 5 месяцев назад +1

      Thank for this video. It's very clear.
      I'ld like to know if it's possible to get the dataset?

    • @volkovlabs
      @volkovlabs  5 месяцев назад +1

      @@2jyen We explained in the blog post where we got it from: volkovlabs.io/blog/how-to-create-your-first-grafana-dashboard-bd0f68d631bd/#choose-a-dataset

    • @2jyen
      @2jyen 5 месяцев назад +1

      @@volkovlabs Thank you very much

    • @Kelyza14
      @Kelyza14 15 дней назад

      Can you elaborate more on timestamp 9:50 how to add line background in stat visualization

    • @volkovlabs
      @volkovlabs  14 дней назад

      @@Kelyza14 To have line in the Stats panel you need to return many values (series) and then select last, min or max to display on top.

  •  Год назад +3

    I really like the way you express yourself. Excellent content. Simple and straight to the point. His expression at 14:26 was hilarious.

    • @volkovlabs
      @volkovlabs  Год назад +2

      Thank you. I am glad you like my humor.

  • @avinashjha853
    @avinashjha853 Год назад +2

    Best Video on youtube for Grafana dashboard creation. thank you Daria !

    • @daria-vl
      @daria-vl Год назад

      Nice to hear that, thank you.

  • @maximilianosalibe1710
    @maximilianosalibe1710 7 месяцев назад +1

    I came across this channel looking for some answers and I find it very interesting! As long as I dive deeper into subject, I begin to find the answers I was seeking. Thanks!

    • @volkovlabs
      @volkovlabs  7 месяцев назад

      I am glad you found our content helpful.

  • @1itech
    @1itech Год назад +3

    thank you for the great quick start-up

  • @javieruriona
    @javieruriona 5 месяцев назад +1

    Thanks a lot for this great video! I'd like to ask you please to add the content of how to work with a Business Grafana Dashboard that uses time intelligence, not in time series like, but let's say having a calendar table in order to filter a fact table in which there are orders, with order date and shipping date, and being able to filter in a range of dates and get the total number of orders placed and shipped, or get the cumulative metrics such as YTD or QTD and so on. For many small companies, Grafana could be a great alternative to Power BI. I hope you could publish a Business Grafana Dashboard part 2! Thanks again for the great work!

    • @volkovlabs
      @volkovlabs  5 месяцев назад +1

      Thank you for the great idea! We are planning to create Business Grafana dashboard part 2 which will include Calendar, Variable and other panels we developed and maintaining since publishing part 1. We will look into include the proposed topics in the new video.

  • @LearningWithNisa
    @LearningWithNisa 5 месяцев назад +1

    thank. you so much for explaination in detail. I really understood everything whatever you explained.

    • @volkovlabs
      @volkovlabs  5 месяцев назад

      Thank you. You made our day!

  • @neerajshrivastava9478
    @neerajshrivastava9478 11 месяцев назад +1

    Vert simple and easy to follow instructions, Great quality and good work. Thank you

    • @volkovlabs
      @volkovlabs  11 месяцев назад

      We appreciate the feedback. We have many tutorials on our channel to get your Grafana questions answered.

  • @marcelosinni
    @marcelosinni 9 месяцев назад +1

    I really appreciate your efforts sharing this guide. It helped me a lot ! Thank you !

    • @volkovlabs
      @volkovlabs  9 месяцев назад

      Glad it helped. Keep learning with us!

  • @omegagrafics
    @omegagrafics Год назад +1

    One of the best tutorials. Thank you.

  • @Dallascalo
    @Dallascalo Год назад +1

    Thanks for the clear explanation!

    • @volkovlabs
      @volkovlabs  Год назад

      You are welcome! Watch our other tutorials to hit the ground running with Grafana.

  • @HendyIrawancom
    @HendyIrawancom Год назад +1

    Very good and useful tutorial. Thank you!

  • @vaishnavis4389
    @vaishnavis4389 9 месяцев назад +1

    It really useful

    • @volkovlabs
      @volkovlabs  9 месяцев назад

      Glad you liked it. We have a lot more on our channel.

  • @jesuszamora6863
    @jesuszamora6863 Год назад +2

    Good afternoon, thank you very much for those excellent videos, a beautiful work that helps many people interested in these technologies, you could make a video where Apache echarts is used with grapher for 3D graphics. Thank you for existing, many blessings and infinite abundance.

    • @volkovlabs
      @volkovlabs  Год назад

      Thank you for the feedback. We have not covered 3D graphics with Apache ECharts yet and will look into it. Please let us know if there is anything else.

  • @graman4378
    @graman4378 8 месяцев назад +1

    Hi.. Thanks for a great video ! I have a request.. Can you please share the link to the table used in this video ?

    • @volkovlabs
      @volkovlabs  8 месяцев назад

      You can find details in the blog post: volkovlabs.io/blog/how-to-create-your-first-grafana-dashboard-bd0f68d631bd/

  • @rafa2343
    @rafa2343 Год назад +1

    When we have config in MySQL or PostgreSQL, we can add data source to a database, prepare a query to choose annotations, and show them in the calendar plugin. This is the second way to have access to annotation on our local Grafana instance. Of course, we ask for data from remote Grafana API is very useful.

    • @volkovlabs
      @volkovlabs  Год назад

      Retrieving data from the Grafana or any other database you are not developing may be a short-term solution. For a long-term solution, we recommend using provided API.

  • @cjeganmohan
    @cjeganmohan 4 месяца назад +1

    super useful and very well organized. Kudos!!
    By anychance, you have the postgres docker in the docker hub?

    • @volkovlabs
      @volkovlabs  4 месяца назад +1

      We use Timescale container for all our projects and tutorials: volkovlabs.io/blog/grafana-postgresql-20230123/
      ```
      docker run -d --name timescaledb -p 5432:5432 \
      -e POSTGRES_PASSWORD=password \
      timescale/timescaledb:latest-pg14
      ```

    • @cjeganmohan
      @cjeganmohan 4 месяца назад

      @@volkovlabs thank you.

  • @infozuera
    @infozuera 11 месяцев назад +1

    Great video. But I dont understand the red color on returned units. Could you explain it better?

    • @volkovlabs
      @volkovlabs  11 месяцев назад

      It's a threshold configuration at 9:37. Values over 50 are marked as red. Grafana documentation: grafana.com/docs/grafana/latest/panels-visualizations/configure-thresholds/

  • @nishantkumar-lw6ce
    @nishantkumar-lw6ce Год назад +1

    Can you do a tutorial series for model monitoring services dashboard in grafana?

    • @volkovlabs
      @volkovlabs  Год назад

      What kind of models you are interested in?

  • @ivodepo7446
    @ivodepo7446 9 месяцев назад +1

    Hello ,great video! I just have one problem. I'm using the dummy database from postgreSQL and I am struggling with the filters. I have created them but I don't with what SQL statement you get them to work. I saw you used dollar sign but the statement to put does in I don't understand. Can you help?

    • @volkovlabs
      @volkovlabs  9 месяцев назад

      If you are referencing to the template and dashboard variables, you can find more information in the Grafana Documentation: grafana.com/docs/grafana/latest/datasources/postgres/#templating

  • @Calm_Energy
    @Calm_Energy 3 месяца назад

    very helpful, grafana is frustrating as I try to find out where I need to make a change to get the visualization to look how I want, for example is the setting in the query, the side panel under visualization, or transformations like you just showed. Config from query results is a helpful transformation.

    • @volkovlabs
      @volkovlabs  3 месяца назад +1

      Thank you . We have many videos like this one in our Crash Course to explain main Grafana concepts: volkovlabs.io/grafana/. Grafana has a learning curve. When you got it, it's very rewarding experience.

    • @Calm_Energy
      @Calm_Energy 3 месяца назад +1

      @@volkovlabs Ty 🙏

  • @renobodyrenobody
    @renobodyrenobody Год назад +1

    Thanks for your very interesting videos... There is something I do not understand anyway: what is your business model? Plugins are free?

    • @volkovlabs
      @volkovlabs  Год назад

      Thank you. All our plugins and projects are open-source and free to use. You are welcome to sponsor our work on GitHub github.com/sponsors/VolkovLabs

  • @ashishnagarse7348
    @ashishnagarse7348 Год назад +1

    Thank you Maam for this Tutorial , Can you share the CSV/SQL file you used in this video ??? Please !!!!

    • @volkovlabs
      @volkovlabs  Год назад +1

      You can find SQL create statement and other details in the blog: volkovlabs.io/blog/how-to-create-your-first-grafana-dashboard-bd0f68d631bd.

    • @ashishnagarse7348
      @ashishnagarse7348 Год назад +1

      @@volkovlabs Thank you Maam🙌

  • @AnnapoornaR-vb1qz
    @AnnapoornaR-vb1qz 5 месяцев назад +1

    Which version grafana are you referring

    • @volkovlabs
      @volkovlabs  5 месяцев назад

      This is 1 year old video for Grafana 9. There is no big differences between Grafana 9 and 10, so everything should work as expected for G10.

  • @syammohan2916
    @syammohan2916 Год назад +1

    Thank you very much for this awesome video. We have a business requirement to show / integrate the Grafana dashboard in one of our angular application (as home page). Could you suggest the best way for the same?

    • @volkovlabs
      @volkovlabs  Год назад +1

      Thank you. We have more analytics and business videos planned. Stay tuned.
      The easiest way to integrate the Grafana dashboard is to use an . The latest version of Grafana is based on React framework, which is different from Angular.

    • @syammohan2916
      @syammohan2916 Год назад

      @@volkovlabs If we use an , how do we manage the role based authorization in the system? Will the Grafana URL will be a public one? If it is a public one, I think, it is a data threat. How do we handle such a scenario?

    • @volkovlabs
      @volkovlabs  Год назад

      @@syammohan2916 You can find an answer on the Community Grafana Forum: community.grafana.com/t/forward-authentication-to-grafana-embedded-in-an-/70295/2.
      We are avoiding mixing various application with Grafana creating plugins to add missing functionality.