日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪(fǎng)問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) >

Phoenix Tips (12) 跟踪 Tracing

發(fā)布時(shí)間:2025/7/14 60 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Phoenix Tips (12) 跟踪 Tracing 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

只支持Hadoop2


配置 hadoop-metrics2-phoenix.properties


# Sample from all the sources every 10 seconds *.period=10# Write Traces to Phoenix ########################## # ensure that we receive traces on the server phoenix.sink.tracing.class=org.apache.phoenix.trace.PhoenixMetricsSink # Tell the sink where to write the metrics phoenix.sink.tracing.writer-class=org.apache.phoenix.trace.PhoenixTableMetricsWriter # Only handle traces with a context of "tracing" phoenix.sink.tracing.context=tracing

配置?hadoop-metrics2-hbase.properties


# ensure that we receive traces on the server hbase.sink.tracing.class=org.apache.phoenix.trace.PhoenixMetricsSink # Tell the sink where to write the metrics hbase.sink.tracing.writer-class=org.apache.phoenix.trace.PhoenixTableMetricsWriter # Only handle traces with a context of "tracing" hbase.sink.tracing.context=tracing

配置 hbase-site.xml

<configuration><property><name>phoenix.trace.frequency</name><value>always</value></property> </configuration>
<property><name>phoenix.trace.statsTableName</name><value><your custom tracing table name></value></property>

The tracing table is initialized via the ddl:

CREATE TABLE SYSTEM.TRACING_STATS (trace_id BIGINT NOT NULL,parent_id BIGINT NOT NULL,span_id BIGINT NOT NULL,description VARCHAR,start_time BIGINT,end_time BIGINT,hostname VARCHAR,tags.count SMALLINT,annotations.count SMALLINT,CONSTRAINT pk PRIMARY KEY (trace_id, parent_id, span_id)





轉(zhuǎn)載于:https://www.cnblogs.com/leeeee/p/7276363.html

總結(jié)

以上是生活随笔為你收集整理的Phoenix Tips (12) 跟踪 Tracing的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。