Thursday, January 19, 2023

Grafana devops



Grafana is a popular open-source monitoring and visualization tool that can be used with Prometheus and other data sources. Here are some basic commands used in Grafana:

    grafana-server: This command starts the Grafana server, which serves the web interface for visualizing and analyzing metrics data.

    grafana-cli: This command is a command line tool that can be used to perform various tasks such as managing plugins, backups and update grafana.

    grafana-import: This command is used to import a dashboard from a JSON file.

    grafana-export: This command is used to export a dashboard to a JSON file.

    grafana-create-user: This command is used to create a new user account in Grafana.

    grafana-set-admin: This command is used to set a user account as an admin account in Grafana.

    grafana-reset-password: This command is used to reset the password for a user account in Grafana.

    grafana-list-users: This command is used to list all user accounts in Grafana.

    grafana-list-orgs: This command is used to list all organizations in Grafana.

    grafana-list-datasources: This command is used to list all data sources that are currently configured in Grafana.

No comments:

Post a Comment

Argocd with rollouts examples

examples in My github https://github.com/krishnansai/argocd-rollouts.git ArogoCd with ArgoRollouts Rollouts.yml # This example demonst...