前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Grafana创建可视化Dashboard

Grafana创建可视化Dashboard

原创
作者头像
yaodo
发布2022-04-18 16:49:47
1.1K0
发布2022-04-18 16:49:47
举报
文章被收录于专栏:netservicenetservice

Grafana效果图

Grafana模板

Grafana

Ubuntu and Debian(64 Bit)SHA256: f020b02f02765b850749469a9f083ba00384c7f5c4acd54337a59e54ab94762b

sudo apt-get install -y adduser libfontconfig1 wget https://dl.grafana.com/enterprise/release/grafana-enterprise_8.4.6_amd64.deb sudo dpkg -i grafana-enterprise_8.4.6_amd64.deb

Read the Ubuntu / Debian installation guide for more information. We also provide an APT package repository.

Standalone Linux Binaries(64 Bit)SHA256: 34106a254eefed30d19719eab1bdc8c8d31f42bb733e971358299cbb4ec1d922

wget https://dl.grafana.com/enterprise/release/grafana-enterprise-8.4.6.linux-amd64.tar.gz tar -zxvf grafana-enterprise-8.4.6.linux-amd64.tar.gz

Red Hat, CentOS, RHEL, and Fedora(64 Bit)SHA256: 8c2f2420cd3f18b9d84ee7c529c2cd48fb30741210d1b34430ff1f5741992743

wget https://dl.grafana.com/enterprise/release/grafana-enterprise-8.4.6-1.x86_64.rpm sudo yum install grafana-enterprise-8.4.6-1.x86_64.rpm

OpenSUSE and SUSE

wget https://dl.grafana.com/enterprise/release/grafana-enterprise-8.4.6-1.x86_64.rpm sudo rpm -i --nodeps grafana-enterprise-8.4.6-1.x86_64.rpm

Read the Centos / Redhat installation guide for more information. We also provide a YUM package repository.

Go Download and install

Download and install Go quickly with the steps described here.

For other content on installing, you might be interested in:

1. Go download.

Click the button below to download the Go installer.

Download Go for Linuxgo1.18.1.linux-amd64.tar.gz (135 MB)

Don't see your operating system here? Try one of the other downloads.

Note:By default, thegocommand downloads and authenticates modules using the Go module mirror and Go checksum database run by Google.Learn more.

2. Go install.

Select the tab for your computer's operating system below, then follow its installation instructions.

Linux Mac Windows

  1. Remove any previous Go installation by deleting the /usr/local/go folder (if it exists), then extract the archive you just downloaded into /usr/local, creating a fresh Go tree in /usr/local/go:$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.18.1.linux-amd64.tar.gz (You may need to run the command as root or through sudo). Do not untar the archive into an existing /usr/local/go tree. This is known to produce broken Go installations.
  2. Add /usr/local/go/bin to the PATH environment variable.You can do this by adding the following line to your $HOME/.profile or /etc/profile (for a system-wide installation): export PATH=$PATH:/usr/local/go/bin Note: Changes made to a profile file may not apply until the next time you log into your computer. To apply the changes immediately, just run the shell commands directly or execute them from the profile using a command such as source $HOME/.profile.
  3. Verify that you've installed Go by opening a command prompt and typing the following command:$ go version
  4. Confirm that the command prints the installed version of Go.

3. Go code.

You're set up! Visit the Getting Started tutorial to write some simple Go code. It takes about 10 minutes to complete.

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Go Download and install
    • 1. Go download.
      • 2. Go install.
        • 3. Go code.
        相关产品与服务
        Grafana 服务
        Grafana 服务(TencentCloud Managed Service for Grafana,TCMG)是腾讯云基于社区广受欢迎的开源可视化项目 Grafana ,并与 Grafana Lab 合作开发的托管服务。TCMG 为您提供安全、免运维 Grafana 的能力,内建腾讯云多种数据源插件,如 Prometheus 监控服务、容器服务、日志服务 、Graphite 和 InfluxDB 等,最终实现数据的统一可视化。
        领券
        问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档