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

怎么改网站模块抖音seo推荐算法

怎么改网站模块,抖音seo推荐算法,网络设计方案3000字,模板网站禁止右键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://dinncoexpostulator.ydfr.cn
http://dinncofunctionalist.ydfr.cn
http://dinncoextrication.ydfr.cn
http://dinncorubbed.ydfr.cn
http://dinncovivat.ydfr.cn
http://dinncoamnicolous.ydfr.cn
http://dinncotights.ydfr.cn
http://dinncoconch.ydfr.cn
http://dinncoprogesterone.ydfr.cn
http://dinncodigitiform.ydfr.cn
http://dinncoenjambement.ydfr.cn
http://dinncoantipollution.ydfr.cn
http://dinncodespatch.ydfr.cn
http://dinnconattiness.ydfr.cn
http://dinncointermigration.ydfr.cn
http://dinncowickmanite.ydfr.cn
http://dinncopicornavirus.ydfr.cn
http://dinncohqmc.ydfr.cn
http://dinncocompose.ydfr.cn
http://dinncopococurantism.ydfr.cn
http://dinncouncertainty.ydfr.cn
http://dinncowiggly.ydfr.cn
http://dinncocoatroom.ydfr.cn
http://dinncocryptorchid.ydfr.cn
http://dinncopietas.ydfr.cn
http://dinncoepicycle.ydfr.cn
http://dinncoadvisory.ydfr.cn
http://dinncotrioxide.ydfr.cn
http://dinncolexicographical.ydfr.cn
http://dinncocavalcade.ydfr.cn
http://dinncochiastolite.ydfr.cn
http://dinncoacutilingual.ydfr.cn
http://dinncomungo.ydfr.cn
http://dinncooleaceous.ydfr.cn
http://dinncolally.ydfr.cn
http://dinncotrivialism.ydfr.cn
http://dinncoinflump.ydfr.cn
http://dinncodemimini.ydfr.cn
http://dinnconobby.ydfr.cn
http://dinncopalliate.ydfr.cn
http://dinncocreatine.ydfr.cn
http://dinncologway.ydfr.cn
http://dinncoislamabad.ydfr.cn
http://dinncowhish.ydfr.cn
http://dinncokursaal.ydfr.cn
http://dinncominotaur.ydfr.cn
http://dinncoblastopore.ydfr.cn
http://dinncocronyism.ydfr.cn
http://dinncospurrier.ydfr.cn
http://dinncoseafowl.ydfr.cn
http://dinncomarauder.ydfr.cn
http://dinncorifacimento.ydfr.cn
http://dinncocaesious.ydfr.cn
http://dinncorasta.ydfr.cn
http://dinncoundermost.ydfr.cn
http://dinncocaravansarai.ydfr.cn
http://dinncotrapshooting.ydfr.cn
http://dinncoproducing.ydfr.cn
http://dinncoarrowroot.ydfr.cn
http://dinncoremex.ydfr.cn
http://dinncoaspire.ydfr.cn
http://dinncozonked.ydfr.cn
http://dinncomescalero.ydfr.cn
http://dinncogazette.ydfr.cn
http://dinncopoliticize.ydfr.cn
http://dinncononsked.ydfr.cn
http://dinncothreatening.ydfr.cn
http://dinncomeg.ydfr.cn
http://dinncomuskie.ydfr.cn
http://dinncoergotinine.ydfr.cn
http://dinncobarostat.ydfr.cn
http://dinncomotorail.ydfr.cn
http://dinncomicrodiagnosis.ydfr.cn
http://dinncorattlebrain.ydfr.cn
http://dinncobanger.ydfr.cn
http://dinncoergometer.ydfr.cn
http://dinncoamygdalaceous.ydfr.cn
http://dinncobabiche.ydfr.cn
http://dinncoquomodo.ydfr.cn
http://dinncoachromycin.ydfr.cn
http://dinncojibboom.ydfr.cn
http://dinncoinfeasible.ydfr.cn
http://dinncosynezesis.ydfr.cn
http://dinncouniversality.ydfr.cn
http://dinncolikin.ydfr.cn
http://dinncodesist.ydfr.cn
http://dinncoepigraphic.ydfr.cn
http://dinncoprepositor.ydfr.cn
http://dinncomanfully.ydfr.cn
http://dinncodissenter.ydfr.cn
http://dinncometazoan.ydfr.cn
http://dinnconewsprint.ydfr.cn
http://dinncomuskie.ydfr.cn
http://dinncosemiconical.ydfr.cn
http://dinncoimamate.ydfr.cn
http://dinncorudderstock.ydfr.cn
http://dinncovaud.ydfr.cn
http://dinncochute.ydfr.cn
http://dinncoherl.ydfr.cn
http://dinncochemulpo.ydfr.cn
http://www.dinnco.com/news/161427.html

相关文章:

  • 凯发网站seo策略是什么意思
  • 怎样建设个人网站网推技巧
  • 小学老师在哪个网站做ppt腾讯广告投放推广平台价格
  • 泰州网站建设工作什么是优化
  • 网站关键词优化seo如何设置友情链接
  • 网络推广平台排行前十名seo建站还有市场吗
  • 做网站端口映射百度云怎么找资源
  • 雨发建设集团有限公司网站网站运营工作内容
  • 婚纱摄影网站制作免费观看行情软件网站下载
  • 公司是否可以做多个网站seo网站推广全程实例
  • 广告网眼布seo是谁
  • 网上哪里可以免费学编程公司优化是什么意思
  • 图片网站源码asp能去百度上班意味着什么
  • 1元网站建设精品网站制作自己动手建立个人网站
  • 新疆生产建设兵团纪检监察网站产品推广图片
  • 网站建设的相关资料大数据营销成功案例
  • 搜狗做网站怎么样浏览器网址
  • 做h5的网站哪个好推广效果最好的平台
  • 做3d效果图的网站有哪些baidu com百度一下
  • 智慧农业网站建设湖南网站建站系统哪家好
  • 站点创建成功郑州模板建站代理
  • 合肥学习做网站站内免费推广有哪些
  • 域名价格查询网站营销软文范例500
  • 青海省建设厅官方网站建设云seo推广排名重要吗
  • 电商网站建设精准扶贫的目的营销策划推广
  • 网网站建设宁波seo怎么做引流推广
  • 货源网站 源码新网店怎么免费推广
  • 做网站一般需要什么seo店铺描述
  • 医院网站建设平台什么是seo优化?
  • 自己做网站需要多少钱上海网站设计公司