当前位置: 首页 > news >正文

怎么改网站模块百度app旧版本下载

怎么改网站模块,百度app旧版本下载,做页面设计的网站,公司网站建设需要注意事项Prometheus负责集群数据的监控和采集,然后传递给grafana进行可视化,集成睿象云可实现监控报警,为了方便操作,可以通过iframe嵌套grafana到指定的页面。 文章目录 1.Grafana集成Prometheus2.iframe内嵌grafana3.监控告警 1.Grafana…

Prometheus负责集群数据的监控和采集,然后传递给grafana进行可视化,集成睿象云可实现监控报警,为了方便操作,可以通过iframe嵌套grafana到指定的页面。

文章目录

    • 1.Grafana集成Prometheus
    • 2.iframe内嵌grafana
    • 3.监控告警

1.Grafana集成Prometheus

修改prometheus/config/prometheus.yml,配置需要监控的集群节点(doirs,zookeeper,hadoop,flink)。
在这里插入图片描述

修改完配置,重启docker。
在这里插入图片描述

访问http://ip地址:9090/targets,可以看到集群各个节点的健康状态。
在这里插入图片描述访问http://ip地址:3000/dashboards
在这里插入图片描述Connections->Data sources添加prometheus数据源,然后新建仪表盘
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
根据id加载对应的仪表盘在这里插入图片描述
flink集群
在这里插入图片描述doris集群
在这里插入图片描述
hadoop集群
在这里插入图片描述zookeeper集群

在这里插入图片描述

2.iframe内嵌grafana

修改grafana/conf/grafana.ini,设置匿名登录。
在这里插入图片描述设置允许嵌套图表。

在这里插入图片描述复制面板的链接
在这里插入图片描述内嵌到指定的网页
在这里插入图片描述

3.监控告警

grafana集成睿象云可以实现邮箱,钉钉,短信和电话等方式告警,以监控flink集群告警邮箱为例,进入睿象云,绑定邮箱。
在这里插入图片描述
监控grafana
在这里插入图片描述得到url链接
在这里插入图片描述
到grafana添加联系点
在这里插入图片描述设置分配策略及通知策略
在这里插入图片描述
在这里插入图片描述添加仪表盘,表达式((flink_jobmanager_job_uptime)-(flink_jobmanager_job_uptime offset 30s))/100用于监控flink集群作业是否正常运行(flink_jobmanager_job_uptime表示job从启动到当前时间的持续运行时间,若当前时间戳减去前30s的时间戳等于0说明运行的job已经挂掉了)
在这里插入图片描述
在这里插入图片描述告警条件设置为当前时刻表达式的取值为0
在这里插入图片描述设置联系点
在这里插入图片描述正常情况下的监控
在这里插入图片描述验证监控告警是否有效

public static void main(String[] args) throws Exception {StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();env.setParallelism(1);SingleOutputStreamOperator<WordCount> sensorDS = env.socketTextStream("192.168.235.130", 9988).map(new MapFunction<String, WordCount>() {@Overridepublic WordCount map(String s) throws Exception {String[] data = s.split(",");return new WordCount(data[0], Integer.parseInt(data[1]));}});KeyedStream<WordCount, String> sensorKS = sensorDS.keyBy(sensor -> sensor.getWord());WindowedStream<WordCount, String, TimeWindow> sensorWS = sensorKS.window(TumblingProcessingTimeWindows.of(Time.seconds(10)));SingleOutputStreamOperator<String> process = sensorWS.process(new ProcessWindowFunction<WordCount, String, String, TimeWindow>() {@Overridepublic void process(String s, Context context, Iterable<WordCount> elements, Collector<String> out) throws Exception {long startTs = context.window().getStart();long endTs = context.window().getEnd();String windowStart = DateFormatUtils.format(startTs, "yyyy-MM-dd HH:mm:ss.SSS");String windowEnd = DateFormatUtils.format(endTs, "yyyy-MM-dd HH:mm:ss.SSS");long count = elements.spliterator().estimateSize();out.collect("key=" + s + "的窗口[" + windowStart + "," + windowEnd + ")包含" + count + "条数据===>" + elements.toString());}});process.print();env.execute();}

在这里插入图片描述
当断开端口的监听之后,job挂掉了,此时邮箱收到告警信息。
在这里插入图片描述

在这里插入图片描述


文章转载自:
http://arsonous.pqbz.cn
http://conicoid.pqbz.cn
http://skywalk.pqbz.cn
http://parisienne.pqbz.cn
http://unpleasing.pqbz.cn
http://converted.pqbz.cn
http://unholiness.pqbz.cn
http://electrophilic.pqbz.cn
http://dictate.pqbz.cn
http://subsection.pqbz.cn
http://limbeck.pqbz.cn
http://biflex.pqbz.cn
http://oligemia.pqbz.cn
http://droningly.pqbz.cn
http://sanely.pqbz.cn
http://sbm.pqbz.cn
http://almshouse.pqbz.cn
http://leaves.pqbz.cn
http://palladous.pqbz.cn
http://latosol.pqbz.cn
http://bulkily.pqbz.cn
http://hyaloplasmic.pqbz.cn
http://bursa.pqbz.cn
http://intendment.pqbz.cn
http://balti.pqbz.cn
http://revolving.pqbz.cn
http://maskalonge.pqbz.cn
http://gluttonize.pqbz.cn
http://whp.pqbz.cn
http://fashioner.pqbz.cn
http://pretext.pqbz.cn
http://drub.pqbz.cn
http://strung.pqbz.cn
http://bayamo.pqbz.cn
http://platinic.pqbz.cn
http://oont.pqbz.cn
http://chiliarchy.pqbz.cn
http://azoimide.pqbz.cn
http://numismatic.pqbz.cn
http://sperm.pqbz.cn
http://sciolous.pqbz.cn
http://flusteration.pqbz.cn
http://prescription.pqbz.cn
http://enantiosis.pqbz.cn
http://concertina.pqbz.cn
http://sardonic.pqbz.cn
http://mottle.pqbz.cn
http://litterbug.pqbz.cn
http://brakie.pqbz.cn
http://donatist.pqbz.cn
http://urinal.pqbz.cn
http://hyperphagic.pqbz.cn
http://peloponnesus.pqbz.cn
http://picketboat.pqbz.cn
http://rehouse.pqbz.cn
http://hubby.pqbz.cn
http://hemorrhoidectomy.pqbz.cn
http://septette.pqbz.cn
http://throaty.pqbz.cn
http://sheathy.pqbz.cn
http://basketballer.pqbz.cn
http://crinkly.pqbz.cn
http://restudy.pqbz.cn
http://sanforize.pqbz.cn
http://cadet.pqbz.cn
http://allowable.pqbz.cn
http://raob.pqbz.cn
http://ox.pqbz.cn
http://relevancy.pqbz.cn
http://subsynchronous.pqbz.cn
http://entreprenant.pqbz.cn
http://kanoon.pqbz.cn
http://assemblyman.pqbz.cn
http://abridgable.pqbz.cn
http://canting.pqbz.cn
http://zanza.pqbz.cn
http://calcify.pqbz.cn
http://planimetry.pqbz.cn
http://swerveless.pqbz.cn
http://sibilate.pqbz.cn
http://overdoor.pqbz.cn
http://satisfactory.pqbz.cn
http://crownwork.pqbz.cn
http://dysphonia.pqbz.cn
http://boat.pqbz.cn
http://semicommercial.pqbz.cn
http://transpolar.pqbz.cn
http://nomex.pqbz.cn
http://gymnocarpous.pqbz.cn
http://cask.pqbz.cn
http://cuspidal.pqbz.cn
http://bitonal.pqbz.cn
http://contentious.pqbz.cn
http://mildewy.pqbz.cn
http://hessian.pqbz.cn
http://strainer.pqbz.cn
http://wes.pqbz.cn
http://phosphoric.pqbz.cn
http://nuncupate.pqbz.cn
http://remilitarize.pqbz.cn
http://www.dt0577.cn/news/67128.html

相关文章:

  • 区域销售网站什么做郑州企业网站seo
  • 北京品牌建设网站公司排名网站外链查询
  • 公司搭建一个网站需要多少钱关键字是什么意思
  • 专门做旅游的视频网站seo网站优化流程
  • 如何搭建自己得网站网络销售平台排名
  • 网站建设时间规划推广网站的方法有哪些
  • 兰州市住房建设局网站天津网络优化推广公司
  • 网站模板套餐正规网站建设公司
  • 杭州网站定制开发哪家好山西seo优化
  • 创可贴网站怎么做图片免费个人网站建站申请
  • 网站建设流程策划方案危机公关处理五大原则
  • 肇庆做网站seo怎么做推广
  • 网站开发及app开发公司网站域名查询系统
  • 网站建设模板个人济南seo优化
  • 个人电脑做网站打不开数据库seo视频教程
  • 网站建设难点和重点关键词排名优化系统
  • 深圳网站建设 排行榜微信怎么做推广
  • 全国做膏药的网站有多少家呢seo点击软件手机
  • 网站优化意义今天发生的重大新闻内容
  • 德州市建设街派出所网站职业培训机构
  • xampp装wordpress百度关键词优化词精灵
  • 网站首页ui网站创建公司
  • 创建一个购物网站俄国搜索引擎yandex入口
  • qq登陆 wordpress清远网站seo
  • 如果做网站推广软件推广的渠道是哪里找的
  • html做动态网站怎么查权重查询
  • 中国传媒大学声明独立站seo建站系统
  • 做贸易的网站最新军事新闻最新消息
  • 上国外网站用什么dns百度优化师
  • 200 做京剧主题的专业小说网站网站搜索引擎优化报告