component-libraries.yml 8.8 KB
Newer Older
1 2 3 4 5 6
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
wu-sheng's avatar
wu-sheng 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Define all component libraries' names and IDs, used in monitored application.
# This is a bothway mapping, agent or SDK could use the value(ID) to represent the component name in uplink data.
#
# ######
#   id
# ######
# We highly recommend DO NOT change the IDs in these file, just append new one, and make sure the ID unique.
# Any replacement will cause visualization and aggregation error.
#
# All IDs in this files are reserved, even some IDs removed by some reasons, those IDs will be abandoned.
#
# ######
# languages
# ######
# Languages declare which languages are using this component. Multi languages should be separated by `,`

32 33 34
Unknown:
  id: 0
  language: All
wu-sheng's avatar
wu-sheng 已提交
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
Tomcat:
  id: 1
  languages: Java
HttpClient:
  id: 2
  languages: Java,C#,Node.js
Dubbo:
  id: 3
  languages: Java
H2:
  id: 4
  languages: Java
Mysql:
  id: 5
  languages: Java,C#,Node.js
ORACLE:
  id: 6
  languages: Java
Redis:
  id: 7
55
  languages: Java,C#,Node.js,PHP,Python
wu-sheng's avatar
wu-sheng 已提交
56 57 58 59 60
Motan:
  id: 8
  languages: Java
MongoDB:
  id: 9
61
  languages: Java,C#,Node.js,Python
wu-sheng's avatar
wu-sheng 已提交
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
Resin:
  id: 10
  languages: Java
Feign:
  id: 11
  languages: Java
OKHttp:
  id: 12
  languages: Java
SpringRestTemplate:
  id: 13
  languages: Java
SpringMVC:
  id: 14
  languages: Java
Struts2:
  id: 15
  languages: Java
NutzMVC:
  id: 16
  languages: Java
NutzHttp:
  id: 17
  languages: Java
JettyClient:
  id: 18
  languages: Java
JettyServer:
  id: 19
  languages: Java
Memcached:
  id: 20
何延龙 已提交
94
  languages: Java,PHP
wu-sheng's avatar
wu-sheng 已提交
95 96 97 98 99 100 101 102
ShardingJDBC:
  id: 21
  languages: Java
PostgreSQL:
  id: 22
  languages: Java,C#,Node.js
GRPC:
  id: 23
何延龙 已提交
103
  languages: Java,PHP
wu-sheng's avatar
wu-sheng 已提交
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
ElasticJob:
  id: 24
  languages: Java
RocketMQ:
  id: 25
  languages: Java
httpasyncclient:
  id: 26
  languages: Java
Kafka:
  id: 27
  languages: Java
ServiceComb:
  id: 28
  languages: Java
Hystrix:
  id: 29
  languages: Java
Jedis:
  id: 30
  languages: Java
SQLite:
  id: 31
  languages: Java,C#
h2-jdbc-driver:
  id: 32
  languages: Java
mysql-connector-java:
  id: 33
  languages: Java
134 135 136
ojdbc:
  id: 34
  languages: Java
wu-sheng's avatar
wu-sheng 已提交
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
Spymemcached:
  id: 35
  languages: Java
Xmemcached:
  id: 36
  languages: Java
postgresql-jdbc-driver:
  id: 37
  languages: Java
rocketMQ-producer:
  id: 38
  languages: Java
rocketMQ-consumer:
  id: 39
  languages: Java
kafka-producer:
  id: 40
154
  languages: Java,Python
wu-sheng's avatar
wu-sheng 已提交
155 156
kafka-consumer:
  id: 41
157
  languages: Java,Python
wu-sheng's avatar
wu-sheng 已提交
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
mongodb-driver:
  id: 42
  languages: Java
SOFARPC:
  id: 43
  languages: Java
ActiveMQ:
  id: 44
  languages: Java
activemq-producer:
  id: 45
  languages: Java
activemq-consumer:
  id: 46
  languages: Java
Elasticsearch:
  id: 47
175
  languages: Java,Python
wu-sheng's avatar
wu-sheng 已提交
176 177 178
transport-client:
  id: 48
  languages: Java
179 180 181 182 183 184
http:
  id: 49
  languages: Java,C#,Node.js
rpc:
  id: 50
  languages: Java,C#,Node.js
X
XiaoFu 已提交
185 186 187 188 189
RabbitMQ:
  id: 51
  languages: Java
rabbitmq-producer:
  id: 52
何延龙 已提交
190
  languages: Java,Python,PHP
X
XiaoFu 已提交
191 192
rabbitmq-consumer:
  id: 53
何延龙 已提交
193
  languages: Java,Python,PHP
X
XiaoFu 已提交
194 195 196
Canal:
  id: 54
  languages: Java
X
XiaoFu 已提交
197 198 199
Gson:
  id: 55
  languages: Java
于玉桔 已提交
200 201 202
Redisson:
  id: 56
  languages: Java
于玉桔 已提交
203 204 205
Lettuce:
  id: 57
  languages: Java
于玉桔 已提交
206 207 208
Zookeeper:
  id: 58
  languages: Java
209 210 211
Vertx:
  id: 59
  languages: Java
212
ShardingSphere:
于玉桔 已提交
213
  id: 60
214
  languages: Java
215 216 217
spring-cloud-gateway:
  id: 61
  languages: Java
F
FuCheng,Yan 已提交
218 219 220
RESTEasy:
  id: 62
  languages: Java
D
daming 已提交
221 222 223 224 225 226
SolrJ:
  id: 63
  languages: Java
Solr:
  id: 64
  languages: Java
227 228 229
SpringAsync:
  id: 65
  languages: Java
L
li.can 已提交
230 231 232
JdkHttp:
  id: 66
  languages: Java
233 234 235
spring-webflux:
  id: 67
  languages: Java
A
Andy Ai 已提交
236 237 238
Play:
  id: 68
  languages: Java,Scala
239 240 241 242 243 244
cassandra-java-driver:
  id: 69
  languages: Java
Cassandra:
  id: 70
  languages: Java
L
Louis Tsui 已提交
245 246 247
Light4J:
  id: 71
  languages: Java
L
lipenghui 已提交
248 249 250 251 252 253 254 255 256
Pulsar:
  id: 72
  languages: Java
pulsar-producer:
  id: 73
  languages: Java
pulsar-consumer:
  id: 74
  languages: Java
257 258 259
Ehcache:
  id: 75
  languages: Java
260 261 262
SocketIO:
  id: 76
  languages: Java
263 264 265
rest-high-level-client:
  id: 77
  languages: Java
266 267 268
spring-tx:
  id: 78
  languages: Java
K
kezhenxu94 已提交
269 270 271
Armeria:
  id: 79
  languages: Java
272 273 274
JdkThreading:
  id: 80
  languages: Java
275 276 277
KotlinCoroutine:
  id: 81
  languages: Java
D
Daming 已提交
278 279 280 281 282 283
AvroServer:
  id: 82
  languages: Java
AvroClient:
  id: 83
  languages: Java
284 285 286
Undertow:
  id: 84
  languages: Java
Y
yoje 已提交
287 288 289
Finagle:
  id: 85
  languages: Java,Scala
E
Efe Kaptan 已提交
290 291 292 293 294 295
Mariadb:
  id: 86
  languages: Java
mariadb-jdbc:
  id: 87
  languages: Java
296 297 298
quasar:
  id: 88
  languages: Java
299 300 301 302 303 304
InfluxDB:
  id: 89
  languages: Java
influxdb-java:
  id: 90
  languages: Java
C
caoyixiong 已提交
305 306 307
brpc-java:
  id: 91
  languages: Java
308 309 310
GraphQL:
  id: 92
  languages: Java
311 312 313
spring-annotation:
  id: 93
  languages: Java
314 315 316
HBase:
  id: 94
  languages: Java
于玉桔 已提交
317 318 319
spring-kafka-consumer:
  id: 95
  languages: Java
320 321 322
SpringScheduled:
  id: 96
  languages: Java
323 324 325
quartz-scheduler:
  id: 97
  languages: Java
H
hailin0 已提交
326 327 328
xxl-job:
  id: 98
  languages: Java
V
vcjmhg 已提交
329 330 331
spring-webflux-webclient:
  id: 99
  languages: Java
D
Daming 已提交
332

wu-sheng's avatar
wu-sheng 已提交
333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379
# .NET/.NET Core components
# [3000, 4000) for C#/.NET only
AspNetCore:
  id: 3001
  languages: C#
EntityFrameworkCore:
  id: 3002
  languages: C#
SqlClient:
  id: 3003
  languages: C#
CAP:
  id: 3004
  languages: C#
StackExchange.Redis:
  id: 3005
  languages: C#
SqlServer:
  id: 3006
  languages: C#
Npgsql:
  id: 3007
  languages: C#
MySqlConnector:
  id: 3008
  languages: C#
EntityFrameworkCore.InMemory:
  id: 3009
  languages: C#
EntityFrameworkCore.SqlServer:
  id: 3010
  languages: C#
EntityFrameworkCore.Sqlite:
  id: 3011
  languages: C#
Pomelo.EntityFrameworkCore.MySql:
  id: 3012
  languages: C#
Npgsql.EntityFrameworkCore.PostgreSQL:
  id: 3013
  languages: C#
InMemoryDatabase:
  id: 3014
  languages: C#
AspNet:
  id: 3015
  languages: C#
380 381 382
SmartSql:
  id: 3016
  languages: C#
wu-sheng's avatar
wu-sheng 已提交
383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398

# NoeJS components
# [4000, 5000) for Node.js agent
HttpServer:
  id: 4001
  languages: Node.js
express:
  id: 4002
  languages: Node.js
Egg:
  id: 4003
  languages: Node.js
Koa:
  id: 4004
  languages: Node.js

399 400 401 402 403 404 405 406
# Golang components
# [5000, 6000) for Golang agent
ServiceCombMesher:
  id: 5001
  languages: Golang
ServiceCombServiceCenter:
  id: 5002
  languages: Golang
Z
zhang-wei 已提交
407 408 409
MOSN:
  id: 5003
  languages: Golang
Z
zhang-wei 已提交
410 411 412 413 414 415 416 417 418 419 420 421
GoHttpServer:
  id: 5004
  languages: Golang
GoHttpClient:
  id: 5005
  languages: Golang
Gin:
  id: 5006
  languages: Golang
Gear:
  id: 5007
  languages: Golang
422 423 424 425 426 427
GoMicroClient:
  id: 5008
  languages: Golang
GoMicroServer:
  id: 5009
  languages: Golang
428

429 430 431 432 433 434
# Lua components
# [6000, 7000) for Lua agent
Nginx:
  id: 6000
  languages: Lua

何延龙 已提交
435

436 437 438 439
# [7000, 8000) are reserved for Python components
Python:
  id: 7000
  languages: Python
H
huawei 已提交
440 441 442 443 444 445
Flask:
  id: 7001
  languages: Python
Requests:
  id: 7002
  languages: Python
H
huawei 已提交
446 447 448
PyMysql:
  id: 7003
  languages: Python
H
Humbertzhang 已提交
449 450 451
Django:
  id: 7004
  languages: Python
C
clay 已提交
452 453 454
Tornado:
  id: 7005
  languages: Python
455 456 457
Urllib3:
  id: 7006
  languages: Python
何延龙 已提交
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479

# PHP components
# [8000, 9000) for PHP agent
PHP:
  id: 8001
  languages: PHP
cURL:
  id: 8002
  languages: PHP
PDO:
  id: 8003
  languages: PHP
Mysqli:
  id: 8004
  languages: PHP
Yar:
  id: 8005
  languages: PHP
Predis:
  id: 8006
  languages: PHP

C
code 已提交
480 481 482 483 484
# C++ components
# [9000, 10000) for C++ agent
EnvoyProxy:
  id: 9000
  languages: C++
何延龙 已提交
485

wu-sheng's avatar
wu-sheng 已提交
486 487 488 489 490 491 492 493 494 495 496
# Component Server mapping defines the server display names of some components
# e.g.
# Jedis is a client library in Java for Redis server
Component-Server-Mappings:
  mongodb-driver: MongoDB
  rocketMQ-producer: RocketMQ
  rocketMQ-consumer: RocketMQ
  kafka-producer: Kafka
  kafka-consumer: Kafka
  activemq-producer: ActiveMQ
  activemq-consumer: ActiveMQ
X
XiaoFu 已提交
497 498
  rabbitmq-producer: RabbitMQ
  rabbitmq-consumer: RabbitMQ
wu-sheng's avatar
wu-sheng 已提交
499 500 501 502 503 504 505
  postgresql-jdbc-driver: PostgreSQL
  Xmemcached: Memcached
  Spymemcached: Memcached
  h2-jdbc-driver: H2
  mysql-connector-java: Mysql
  Jedis: Redis
  StackExchange.Redis: Redis
于玉桔 已提交
506
  Redisson: Redis
于玉桔 已提交
507
  Lettuce: Redis
于玉桔 已提交
508
  Zookeeper: Zookeeper
wu-sheng's avatar
wu-sheng 已提交
509 510 511 512 513 514 515 516 517
  SqlClient: SqlServer
  Npgsql: PostgreSQL
  MySqlConnector: Mysql
  EntityFrameworkCore.InMemory: InMemoryDatabase
  EntityFrameworkCore.SqlServer: SqlServer
  EntityFrameworkCore.Sqlite: SQLite
  Pomelo.EntityFrameworkCore.MySql: Mysql
  Npgsql.EntityFrameworkCore.PostgreSQL: PostgreSQL
  transport-client: Elasticsearch
518
  SolrJ: Solr
L
lipenghui 已提交
519 520
  cassandra-java-driver: Cassandra
  pulsar-producer: Pulsar
521 522
  pulsar-consumer: Pulsar
  rest-high-level-client: Elasticsearch
E
Efe Kaptan 已提交
523
  mariadb-jdbc: Mariadb
何延龙 已提交
524
  Mysqli: Mysql
525
  influxdb-java: InfluxDB
何延龙 已提交
526
  Predis: Redis
于玉桔 已提交
527
  PyMysql: Mysql
何延龙 已提交
528
  spring-kafka-consumer: kafka-consumer