components.h 2.6 KB
Newer Older
H
heyanlong 已提交
1 2 3 4 5 6 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
/*
  +----------------------------------------------------------------------+
  | PHP Version 7                                                        |
  +----------------------------------------------------------------------+
  | Copyright (c) 1997-2017 The PHP Group                                |
  +----------------------------------------------------------------------+
  | This source file is subject to version 3.01 of the PHP license,      |
  | that is bundled with this package in the file LICENSE, and is        |
  | available through the world-wide-web at the following url:           |
  | http://www.php.net/license/3_01.txt                                  |
  | If you did not receive a copy of the PHP license and are unable to   |
  | obtain it through the world-wide-web, please send a note to          |
  | license@php.net so we can mail you a copy immediately.               |
  +----------------------------------------------------------------------+
  | Author: yanlong.hee@gmail.com                                        |
  +----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef SKYWALKING_COMPONENTS_H
#define SKYWALKING_COMPONENTS_H

#define COMPONENT_TOMCAT 1
#define COMPONENT_HTTPCLIENT 2
#define COMPONENT_DUBBO 3
#define COMPONENT_MOTAN 8
#define COMPONENT_RESIN 10
#define COMPONENT_FEIGN 11
#define COMPONENT_OKHTTP 12
#define COMPONENT_SPRING_REST_TEMPLATE 13
#define COMPONENT_SPRING_MVC_ANNOTATION 14
#define COMPONENT_STRUTS2 15
#define COMPONENT_NUTZ_MVC_ANNOTATION 16
#define COMPONENT_NUTZ_HTTP 17
#define COMPONENT_JETTY_CLIENT 18
#define COMPONENT_JETTY_SERVER 19
#define COMPONENT_SHARDING_JDBC 21
#define COMPONENT_GRPC 23
#define COMPONENT_ELASTIC_JOB 24
#define COMPONENT_HTTP_ASYNC_CLIENT 26
#define COMPONENT_SERVICECOMB 28
#define COMPONENT_HYSTRIX 29
#define COMPONENT_JEDIS 30
#define COMPONENT_H2_JDBC_DRIVER 32
#define COMPONENT_MYSQL_JDBC_DRIVER 33
#define COMPONENT_OJDBC 34
#define COMPONENT_SPYMEMCACHED 35
#define COMPONENT_XMEMCACHED 36
#define COMPONENT_POSTGRESQL_DRIVER 37
#define COMPONENT_ROCKET_MQ_PRODUCER 38
#define COMPONENT_ROCKET_MQ_CONSUMER 39
#define COMPONENT_KAFKA_PRODUCER 40
#define COMPONENT_KAFKA_CONSUMER 41
#define COMPONENT_MONGO_DRIVER 42
#define COMPONENT_SOFARPC 43
#define COMPONENT_ACTIVEMQ_PRODUCER 45
#define COMPONENT_ACTIVEMQ_CONSUMER 46
#define COMPONENT_TRANSPORT_CLIENT 48
#define COMPONENT_UNDERTOW 49


#endif //SKYWALKING_COMPONENTS_H

/*
 * Local variables:
 * tab-width: 4
 * c-basic-offset: 4
 * End:
 * vim600: noet sw=4 ts=4 fdm=marker
 * vim<600: noet sw=4 ts=4
 */