码迷,mamicode.com
首页 >  
搜索关键字:prometheus    ( 626个结果
使用Prometheus监控SpringBoot应用
通过之前的文章我们使用Prometheus监控了应用服务器node_exporter,数据库mysqld_exporter,今天我们来监控一下你的应用。(本文以SpringBoot 2.1.9.RELEASE 作为监控目标) 编码 添加依赖 使用Prometheus监控SpringBoot应用只需要 ...
分类:编程语言   时间:2019-10-24 09:40:04    阅读次数:446
Spring Boot Actuator 整合 Prometheus
Spring Boot 自带监控功能 Actuator,可以帮助实现对程序内部运行情况监控,比如监控状况、Bean加载情况、环境变量、日志信息、线程信息等。这一节结合 Prometheus 、Grafana 来更加直观的展示这些信息。
分类:编程语言   时间:2019-10-22 15:33:19    阅读次数:103
使用prometheus和blackbox_exporte进行业务服务监控
使用Blackbox_exporter进行http,https,证书,dns,icmp等协议监控
分类:其他好文   时间:2019-10-22 15:19:36    阅读次数:556
基于Prometheus和Grafana的监控平台 - 环境搭建
相关概念 微服务中的监控分根据作用领域分为三大类,Logging,Tracing,Metrics。 Logging 用于记录离散的事件。例如,应用程序的调试信息或错误信息。它是我们诊断问题的依据。比如我们说的ELK就是基于Logging。 Metrics 用于记录可聚合的数据。例如,队列的当前深度可 ...
分类:其他好文   时间:2019-10-20 11:28:11    阅读次数:678
Prometheus+node_exporter+grafana
Prometheus+node_exporter+grafana 部署环境 IP 系统 组件 10.172.112.1(server) 10.52.210.223 CentOS Linux release 7.2.1511 (Core) Prometheusnode_exporter grafana ...
分类:其他好文   时间:2019-10-15 13:09:02    阅读次数:89
Grafana & Graphite & Collectd监控系统
简介 监控是运维工作中的一个重要组成部分,今天介绍一套新的监控工具,方便好用,扩展性强,这套工具有三个组件,Grafana & Graphite & Collectd; "Grafana" 是一个开源的强有力的数据展示、量化分析工具,数据源包括 graphite、prometheus、mysql、i ...
分类:其他好文   时间:2019-10-12 20:28:12    阅读次数:116
prometheus学习系列十一: Prometheus 安全
prometheus安全 我们这里说的安全主要是基本认证和https2种, 目前这2种安全在prometheus中都没有的, 需要借助第三方软件实现, 这里以nginx为例。 基本认证 配置基本认证 在前面的部署中,我们部署完毕prometheus server 后, 可以通过对应的http://1 ...
分类:其他好文   时间:2019-10-12 11:28:11    阅读次数:165
初识 prometheus
初识prometheusprometheus是什么及其主要功能注意事项prometheus是什么?我现在目前的读者都肯定通过prometheus这个监控吧,那么它到底是什么呢?prometheus是一个基于时间序列(time_series)的监控软件,它是由soundCloud开源监控告警解决方案,从2012年开始编写代码,再到2015年github上开源,已经很多大公司使用,2016年prome
分类:其他好文   时间:2019-10-11 10:53:05    阅读次数:97
prometheus 监控 hadoop
1. run JMX exporter as a java agent with all the four daemons. For this I have added EXTRA_JAVA_OPTS in hadoop-env.sh and yarn-env.sh : [root@cloud01 ...
分类:其他好文   时间:2019-10-10 14:10:59    阅读次数:808
prometheus 监控jvm-tomcat
1.prometheus的配置 2. jmx-exporter/simple-config.yml #tomcat的启动参数文件 这个文件在启动docker的时候用到 ...
分类:其他好文   时间:2019-10-08 19:22:04    阅读次数:552
626条   上一页 1 ... 32 33 34 35 36 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!