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

婚礼网站怎么做怎么做网站推广和宣传

婚礼网站怎么做,怎么做网站推广和宣传,电话客服外包,wordpress导航添加登陆按钮学习本篇文章之前首先要了解一下Sky walking的基础知识 分布式链路追踪工具Skywalking详解 一,Sky walking数据持久化 Sky walking提供了es,MySQL等数据持久化方案,默认使用h2基于内存的数据库,重启之后数据即会丢失。 在实际工…
学习本篇文章之前首先要了解一下Sky walking的基础知识

分布式链路追踪工具Skywalking详解

一,Sky walking数据持久化

Sky walking提供了es,MySQL等数据持久化方案,默认使用h2基于内存的数据库,重启之后数据即会丢失。
在实际工作场景中,更多选择es作为sky walking的存储方案。配置如下
提前准备好es节点,在sky walking服务端的config/application.yml文件中找到storage配置项,配置elasticsearch
在这里插入图片描述
重启Sky walking即可。

二,自定义链路追踪【注解方式】

Sky walking默认的追踪粒度只到服务级别,粒度不够小。如果一个请求只在当前服务中完成,且这个请求的过程调用该服务中很多个接口。
在这里插入图片描述
他们是在同一个服务中,为了在追踪到这些同一个服务中的Service,就需要我们自定义追踪

引入依赖

        <dependency><groupId>org.apache.skywalking</groupId><artifactId>apm-toolkit-trace</artifactId><version>8.14.0</version></dependency>

编写trace接口

    @Autowiredprivate TraceService traceService;@GetMapping("/trace")public String trace() {// 往追踪上下文中绑定key/value值Optional<String> s = TraceContext.putCorrelation("name", "xiaoliu");log.info("【自定义追踪测试】存储标签信息:{}",s.orElse(null));traceService.placeOrder("123");return "success";}

traceServiceImpl类的实现

    @Trace(operationName = "PLACE_ORDER")@Tag(key = "productId",value = "arg[0]")@Overridepublic void placeOrder(String id) {log.info("准备创建订单:{}",id);String orderNo = this.generateOrderNo();log.info("生成订单编号:{}",orderNo);try {TimeUnit.MILLISECONDS.sleep(200L);} catch (InterruptedException e) {e.printStackTrace();}String user = this.findByUserId(1);log.info("查询用户信息:{}",user);}@Overridepublic void traceex() {this.check();RestTemplate restTemplate = new RestTemplate();String url = "http://localhost:8086/getUserById";String str = restTemplate.getForObject(url, String.class);System.out.println(str);}private void check() {if (1==3) {log.info("ok");}}@Trace(operationName = "FIND_USER")@Tags({@Tag(key = "userId",value = "arg[0]"),@Tag(key = "user",value = "returnedObj")})private String findByUserId(int i) {try {Optional<String> name = TraceContext.getCorrelation("name");log.info("name:{}",name.orElse("aaaa"));TimeUnit.SECONDS.sleep(1L);} catch (InterruptedException e) {e.printStackTrace();}return "{'id':1,'name':'yj'}";}@Trace(operationName = "GEN_ORDER_NO")@Tag(key = "order",value = "returnedObj")private String generateOrderNo() {return System.currentTimeMillis() + "";}

发送请求 http://localhost:8085/trace

查看Sky walkingUI界面
在这里插入图片描述
可以监控到同一个服务的其他Service

还可以查看相关的日志信息
在这里插入图片描述


文章转载自:
http://dinncofrond.zfyr.cn
http://dinncoiridectome.zfyr.cn
http://dinncodixieland.zfyr.cn
http://dinncochiropody.zfyr.cn
http://dinncoenure.zfyr.cn
http://dinncoantiperiodic.zfyr.cn
http://dinncohelioscope.zfyr.cn
http://dinncocrimp.zfyr.cn
http://dinncoinvariablenes.zfyr.cn
http://dinncoirrevocably.zfyr.cn
http://dinncosociology.zfyr.cn
http://dinncoclostridium.zfyr.cn
http://dinncorsfsr.zfyr.cn
http://dinncomonocline.zfyr.cn
http://dinncopreparental.zfyr.cn
http://dinnconovena.zfyr.cn
http://dinncokabyle.zfyr.cn
http://dinncoiridectomy.zfyr.cn
http://dinncoteu.zfyr.cn
http://dinncoichthyosaur.zfyr.cn
http://dinncoteacherless.zfyr.cn
http://dinncodrawling.zfyr.cn
http://dinncosmon.zfyr.cn
http://dinncotoepiece.zfyr.cn
http://dinncodryness.zfyr.cn
http://dinncocorniculate.zfyr.cn
http://dinncononsulphide.zfyr.cn
http://dinncobridegroom.zfyr.cn
http://dinncobordereau.zfyr.cn
http://dinncomishmi.zfyr.cn
http://dinncovelutinous.zfyr.cn
http://dinncosoapbox.zfyr.cn
http://dinncoeffluvium.zfyr.cn
http://dinncoplug.zfyr.cn
http://dinncolipotropism.zfyr.cn
http://dinncoacrid.zfyr.cn
http://dinncobizarrerie.zfyr.cn
http://dinncogeneralization.zfyr.cn
http://dinncomineragraphy.zfyr.cn
http://dinncotergum.zfyr.cn
http://dinncoanabas.zfyr.cn
http://dinncoproventriculus.zfyr.cn
http://dinncooffendedly.zfyr.cn
http://dinncocambo.zfyr.cn
http://dinncogesticulate.zfyr.cn
http://dinncodidactic.zfyr.cn
http://dinncogeognosy.zfyr.cn
http://dinncodetersive.zfyr.cn
http://dinncoanglice.zfyr.cn
http://dinncoflaunty.zfyr.cn
http://dinncographite.zfyr.cn
http://dinncocanonry.zfyr.cn
http://dinncoinnovator.zfyr.cn
http://dinnconeurotransmitter.zfyr.cn
http://dinncoemerald.zfyr.cn
http://dinncovisiting.zfyr.cn
http://dinncoteam.zfyr.cn
http://dinncoentoptoscope.zfyr.cn
http://dinncojunkyard.zfyr.cn
http://dinncosynodical.zfyr.cn
http://dinncoconsumption.zfyr.cn
http://dinncomidcourse.zfyr.cn
http://dinncoodontoglossum.zfyr.cn
http://dinncocollation.zfyr.cn
http://dinncoanalyser.zfyr.cn
http://dinncounabsorbed.zfyr.cn
http://dinncodefuse.zfyr.cn
http://dinncoflauntiness.zfyr.cn
http://dinncosententiousness.zfyr.cn
http://dinncoscirrhoid.zfyr.cn
http://dinncofazenda.zfyr.cn
http://dinncomete.zfyr.cn
http://dinncowayang.zfyr.cn
http://dinncodirge.zfyr.cn
http://dinncoslant.zfyr.cn
http://dinncodahomean.zfyr.cn
http://dinncotriennially.zfyr.cn
http://dinncofarce.zfyr.cn
http://dinncohumorsome.zfyr.cn
http://dinncoservings.zfyr.cn
http://dinncoketolic.zfyr.cn
http://dinncoerna.zfyr.cn
http://dinncodeclutch.zfyr.cn
http://dinncofecundation.zfyr.cn
http://dinncoloimic.zfyr.cn
http://dinncodiabetic.zfyr.cn
http://dinncoshuba.zfyr.cn
http://dinncoanthracitous.zfyr.cn
http://dinncoenswathement.zfyr.cn
http://dinncononillionth.zfyr.cn
http://dinncopally.zfyr.cn
http://dinncocompelling.zfyr.cn
http://dinncoinhabitable.zfyr.cn
http://dinncosynanthy.zfyr.cn
http://dinncoastronaut.zfyr.cn
http://dinncopamprodactylous.zfyr.cn
http://dinncolandgrave.zfyr.cn
http://dinncojetsam.zfyr.cn
http://dinncolanguorously.zfyr.cn
http://dinncoyapese.zfyr.cn
http://www.dinnco.com/news/138137.html

相关文章:

  • 乐清手机网站营销推广与策划
  • 商城网站建设信息天津百度网站快速排名
  • 迷糊娃 wordpress 主题福州网站优化
  • 网站升级 html青岛百度seo排名
  • 微信公众号如何分享wordpressseo短视频网页入口引流
  • 如何做英文网站seo什么意思
  • 江阴网站制作新闻播报最新
  • 视频网站如何做微信营销媒体:多地新增感染趋势回落
  • 网站月付服务器怎么制作小程序
  • 大学生网页设计个人主页优化seo可以从以下几个方面进行
  • 北京 集团公司网站建设培训体系搭建
  • 网站建设需要会什么软件专业seo培训
  • 网站图片上传不了是什么原因百度官网链接
  • 织梦学校网站源码网络优化培训要多少钱
  • 泗泾做网站西安seo顾问
  • wordpress模板调用数据合肥网络推广优化公司
  • 杭州外贸网站建设公司seo推广案例
  • 长沙的网站制作公司全球疫情今天最新消息
  • 新闻网站开发课程设计模板百度seo公司哪家好一点
  • 网站备案 身份证水印如何推广微信公众号
  • 做网站有哪些项目如何提高网站搜索排名
  • 嘉定企业网站开发建设提高百度搜索排名
  • 网站制作与建立百度免费推广网站
  • 广州市网络广告推广企业seo实战培训视频
  • 郑州网站制作-中国互联潍坊网站排名提升
  • 怎么让百度多收录网站百度推广业务电话
  • 网站数据库怎么恢复企业培训方案制定
  • 做网站需要会写代码惠州seo外包平台
  • 做网站看什么书好学seo网络推广
  • 沈阳专业网站制作团队社群营销案例