Nacos + Grafana + Prometheu安装(standalone-derby)

Posted Java杂记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nacos + Grafana + Prometheu安装(standalone-derby)相关的知识,希望对你有一定的参考价值。

安装前先简单解释一下这些名词,防止大家不知道什么作用,一头雾水

Nacos:

Nacos 致力于帮助您发现、配置和管理微服务。Nacos 提供了一组简单易用的特性集,帮助您实现动态服务发现、服务配置管理、服务及流量管理。Nacos 帮助您更敏捷和容易地构建、交付和管理微服务平台。Nacos 是构建以“服务”为中心的现代应用架构(例如微服务范式、云原生范式)的服务基础设施。

Grafana:

Grafana是一个开源的功能丰富的数据可视化平台,通常用于时序数据的可视化。它内置了以下数据源的支持:下面是我们安装时用到的架构图:

Prometheu:

Prometheus(普罗米修斯)是一套开源的监控&报警&时间序列数据库的组合,起始是由SoundCloud公司开发的。随着发展,越来越多公司和组织接受采用Prometheus,社会也十分活跃,他们便将它独立成开源项目,并且有公司来运作。Google SRE的书内也曾提到跟他们BorgMon监控系统相似的实现是Prometheus。现在最常见的Kubernetes容器管理系统中,通常会搭配Prometheus进行监控。

Nacos + Grafana + Prometheu安装(standalone-derby)

derby:

Apache Derby是一个完全用java编写的数据库,Derby是一个Open source的产品,基于Apache License 2.0分发。Apache Derby非常小巧,核心部分derby.jar只有2M,所以既可以做为单独的数据库服务器使用,也可以内嵌在应用程序中使用。Cognos 8 BI的Content Store默认就是使用的Derby数据库,可以在Cognos8的安装目录下看到一个叫derby10.1.2.1的目录,就是内嵌的10.1.2.1 版本的derby。

安装:

Nacos + Grafana + Prometheu安装(standalone-derby)

 
   
   
 
  1. version: "2"

  2. services:

  3. nacos:

  4. image: nacos/nacos-server:latest

  5. container_name: nacos-standalone

  6. environment:

  7. - PREFER_HOST_MODE=hostname

  8. - MODE=standalone

  9. volumes:

  10. - /root/rancher/develop/nacos-docker/standalone-logs/:/home/nacos/logs

  11. - /root/rancher/develop/nacos-docker/example/init.d/custom.properties:/home/nacos/init.d/custom.properties

  12. expose:

  13. - "8848"

  14. prometheus:

  15. container_name: prometheus

  16. image: prom/prometheus:latest

  17. volumes:

  18. - /root/rancher/develop/nacos-docker/example/prometheus/prometheus-standalone.yaml:/etc/prometheus/prometheus.yml

  19. expose:

  20. - "9090"

  21. depends_on:

  22. - nacos

  23. restart: on-failure

  24. grafana:

  25. container_name: grafana

  26. image: grafana/grafana:latest

  27. expose:

  28. - "3000"

Nacos + Grafana + Prometheu安装(standalone-derby)

启动

验证服务是否正常

验证nacos 打开网址:http://10.42.226.203:8848/nacos

Nacos + Grafana + Prometheu安装(standalone-derby)

验证Grafana

打开网址:http://10.42.43.26:9090/graph

Nacos + Grafana + Prometheu安装(standalone-derby)

验证Prometheus

打开网址:http://10.42.99.0:3000/login

Nacos + Grafana + Prometheu安装(standalone-derby)

后续我会陆续介绍如何配置和使用这些软件,享受过程ing

Nacos + Grafana + Prometheu安装(standalone-derby)

Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby)

Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby) Nacos + Grafana + Prometheu安装(standalone-derby)  


以上是关于Nacos + Grafana + Prometheu安装(standalone-derby)的主要内容,如果未能解决你的问题,请参考以下文章

全网最火的Nacos监控中心——Prometheus+Grafana

nacos 接入grafana不展示数据问题解决

Prometheus 安装部署出图(使用grafana)

使用Docker部署Nacos-Server(单机版)

Prometheusbu部署使用-1

chartjs-plugin-datasource-prometheus 展示prometheus 数据