积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(29)TiDB(29)

语言

全部英语(16)中文(简体)(13)

格式

全部PDF文档 PDF(29)
 
本次搜索耗时 1.180 秒,为您找到相关结果约 29 个.
  • 全部
  • 数据库
  • TiDB
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Tracing in TiDB 浅谈全链路监控: 从应用到数据库到 Runtime

    Zipkin ○ Uber Jaeger ● OpenCensus ● OpenTracing + OpenCensus = OpenTelemetry 基本概念:Trace & Span Trace & Span 例子 Jaeger ● CNCF 毕业项目 ● 实现 OpenTracing 标准 ● UI 友好 ● 多种 Sampling 策略 ● 后端存储分离 ● Go! (图标也好看) its calls instrumentedsql 原理 在 Driver 相关的调用加 Wrapper 插入 Span 真实的数据库调用对我们来说还是 黑洞 少废话先看东西 少废话先看东西 Under the hood ● 核心思想:将 Tracer ID 和 Span Context 传递到 TiDB 内核中 ● 具体做法: 1. 添加一个 Session Varible, 语法如: 语法如: SET @@tidb_tracer_id=xxxxxx; 2. 在 Application 里将 Tracer ID 和 Span Context 序列化成字符串后传递给这个 Session Varible 3. 在 TiDB 体系内将 Tracer 信息反序列化后生成新的 Context 4. TiDB 和 TiKV 之间的通信是通过 gRPC, jaeger 对 gRPC
    0 码力 | 39 页 | 3.43 MB | 1 年前
    3
  • pdf文档 TiDB v7.5 Documentation

    cluster DR In the preceding architecture, there are two TiDB clusters. Cluster 1 has five replicas that span three regions. Region 1 contains two replicas that work as the primary region and handle write requests doubling itself. "foo""bar".`foo``bar` ### equivalent to: foo\"bar.foo\`bar Quoted identifiers cannot span multiple lines. It is invalid to partially quote an identifier: "this is "invalid*.* 13.7.9.2.8 --- start span trace ---- �→ | | trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- �→ | | session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 6020 页 | 106.82 MB | 1 年前
    3
  • pdf文档 TiDB v8.1 Documentation

    cluster DR In the preceding architecture, there are two TiDB clusters. Cluster 1 has five replicas that span three regions. Region 1 contains two replicas that work as the primary region and handle write requests doubling itself. "foo""bar".`foo``bar` ### equivalent to: foo\"bar.foo\`bar Quoted identifiers cannot span multiple lines. It is invalid to partially quote an identifier: "this is "invalid*.* 13.7.9.2.8 --- start span trace ---- �→ | | trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- �→ | | session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 6321 页 | 107.46 MB | 1 年前
    3
  • pdf文档 TiDB v8.0 Documentation

    cluster DR In the preceding architecture, there are two TiDB clusters. Cluster 1 has five replicas that span three regions. Region 1 contains two replicas that work as the primary region and handle write requests doubling itself. "foo""bar".`foo``bar` ### equivalent to: foo\"bar.foo\`bar Quoted identifiers cannot span multiple lines. It is invalid to partially quote an identifier: "this is "invalid*.* 13.7.10.2 --- start span trace ---- �→ | | trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- �→ | | session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 6327 页 | 107.55 MB | 1 年前
    3
  • pdf文档 TiDB v8.5 Documentation

    cluster DR In the preceding architecture, there are two TiDB clusters. Cluster 1 has five replicas that span three regions. Region 1 contains two replicas that work as the primary region and handle write requests doubling itself. "foo""bar".`foo``bar` ### equivalent to: foo\"bar.foo\`bar Quoted identifiers cannot span multiple lines. It is invalid to partially quote an identifier: "this is "invalid*.* 13.7.11.2 --- start span trace ---- �→ | | trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- �→ | | session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 6730 页 | 111.36 MB | 10 月前
    3
  • pdf文档 TiDB v8.2 Documentation

    cluster DR In the preceding architecture, there are two TiDB clusters. Cluster 1 has five replicas that span three regions. Region 1 contains two replicas that work as the primary region and handle write requests doubling itself. "foo""bar".`foo``bar` ### equivalent to: foo\"bar.foo\`bar Quoted identifiers cannot span multiple lines. It is invalid to partially quote an identifier: "this is "invalid*.* 13.7.11.2 --- start span trace ---- �→ | | trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- �→ | | session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 6549 页 | 108.77 MB | 10 月前
    3
  • pdf文档 TiDB v8.3 Documentation

    cluster DR In the preceding architecture, there are two TiDB clusters. Cluster 1 has five replicas that span three regions. Region 1 contains two replicas that work as the primary region and handle write requests doubling itself. "foo""bar".`foo``bar` ### equivalent to: foo\"bar.foo\`bar Quoted identifiers cannot span multiple lines. It is invalid to partially quote an identifier: "this is "invalid*.* 13.7.11.2 --- start span trace ---- �→ | | trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- �→ | | session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 6606 页 | 109.48 MB | 10 月前
    3
  • pdf文档 TiDB v8.4 Documentation

    cluster DR In the preceding architecture, there are two TiDB clusters. Cluster 1 has five replicas that span three regions. Region 1 contains two replicas that work as the primary region and handle write requests doubling itself. "foo""bar".`foo``bar` ### equivalent to: foo\"bar.foo\`bar Quoted identifiers cannot span multiple lines. It is invalid to partially quote an identifier: "this is "invalid*.* 13.7.11.2 --- start span trace ---- �→ | | trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- �→ | | session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 6705 页 | 110.86 MB | 10 月前
    3
  • pdf文档 TiDB v8.1 Documentation

    cluster DR In the preceding architecture, there are two TiDB clusters. Cluster 1 has five replicas that span three regions. Region 1 contains two replicas that work as the primary region and handle write requests doubling itself. "foo""bar".`foo``bar` ### equivalent to: foo\"bar.foo\`bar Quoted identifiers cannot span multiple lines. It is invalid to partially quote an identifier: "this is "invalid*.* 13.7.11.2 --- start span trace ---- �→ | | trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- �→ | | session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 6479 页 | 108.61 MB | 10 月前
    3
  • pdf文档 TiDB v8.0 中文手册

    类型,可选值为 0 或 1,表示是否开启。 – 对于 probabilistic 类型,参数为采样概率,可选值为 0 到 1 之间的浮点数。 – 对于 ratelimiting 类型,参数为每秒采样 span 的个数。 – 对于 remote 类型,参数为采样概率,可选值为 0 到 1 之间的浮点数。 • 默认值:1.0 14.7.1.6.3 sampling-server-url • jaeger-agent 缓冲区的刷新频率。 • 默认值:0 14.7.1.7.3 log-spans • 是否为所有提交的 span 打印日志。 • 默认值:false 2696 14.7.1.7.4 local-agent-host-port • reporter 向 jaeger-agent 发送 span 的地址。 • 默认值:“” 14.7.1.8 tikv-client 14.7.1.8.1 g --- start span trace ---- | | �→ trace | | 2024-04-08 08:41:47.358737 | --- start span session.ExecuteStmt ---- | | �→ session.ExecuteStmt | | 2024-04-08 08:41:47.358746 | --- start span executor.Compile
    0 码力 | 4805 页 | 101.28 MB | 1 年前
    3
共 29 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
TracinginTiDB浅谈链路监控应用数据据库数据库Runtimev7Documentationv8中文手册
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩