components.xml 103.5 KB
Newer Older
F
Frankie Wu 已提交
1 2
<plexus>
	<components>
F
Frankie Wu 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15
		<component>
			<role>com.dianping.cat.report.graph.ValueTranslater</role>
			<implementation>com.dianping.cat.report.graph.DefaultValueTranslater</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.graph.GraphBuilder</role>
			<implementation>com.dianping.cat.report.graph.DefaultGraphBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.graph.ValueTranslater</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
16 17 18 19 20
		<component>
			<role>com.dianping.cat.report.page.PayloadNormalizer</role>
			<implementation>com.dianping.cat.report.page.PayloadNormalizer</implementation>
			<requirements>
				<requirement>
21
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
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
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.state.StateGraphs</role>
			<implementation>com.dianping.cat.report.page.state.StateGraphs</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>org.unidal.initialization.Module</role>
			<role-hint>cat-home</role-hint>
			<implementation>com.dianping.cat.CatHomeModule</implementation>
		</component>
		<component>
			<role>org.unidal.initialization.ModuleManager</role>
			<implementation>org.unidal.initialization.DefaultModuleManager</implementation>
			<configuration>
				<topLevelModules>cat-home</topLevelModules>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.report.view.DomainNavManager</role>
			<implementation>com.dianping.cat.report.view.DomainNavManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
51
					<role>com.dianping.cat.core.dal.ProjectDao</role>
Y
yong.you 已提交
52 53
				</requirement>
				<requirement>
54
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
55 56 57 58 59 60 61 62 63 64 65
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
			<implementation>com.dianping.cat.report.page.externalError.EventCollectManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.EventDao</role>
				</requirement>
				<requirement>
66
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
67 68 69 70 71 72 73 74
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
75
					<role>com.dianping.cat.core.config.ConfigDao</role>
Y
yong.you 已提交
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</implementation>
			<instantiation-strategy>per-lookup</instantiation-strategy>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphItemBuilder</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
				</requirement>
				<requirement>
106
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
107 108
				</requirement>
				<requirement>
Y
yong.you 已提交
109
					<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
Y
yong.you 已提交
110 111 112 113
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
				</requirement>
114 115 116
				<requirement>
					<role>com.dianping.cat.report.view.DomainNavManager</role>
				</requirement>
Y
yong.you 已提交
117 118 119 120 121 122
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
123 124 125 126 127 128 129 130
		<component>
			<role>com.dianping.cat.system.config.ConfigReloadTask</role>
			<implementation>com.dianping.cat.system.config.ConfigReloadTask</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
131
					<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
Y
yong.you 已提交
132 133 134
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
135 136 137 138 139
		<component>
			<role>com.dianping.cat.report.service.HourlyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.HourlyReportServiceImpl</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
140
					<role>com.dianping.cat.core.dal.HourlyReportDao</role>
Y
yong.you 已提交
141 142 143 144 145 146 147 148 149 150 151
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.advanced.dal.BusinessReportDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.DailyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.DailyReportServiceImpl</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
152
					<role>com.dianping.cat.core.dal.DailyReportDao</role>
Y
yong.you 已提交
153 154 155 156 157 158 159 160
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.WeeklyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.WeeklyReportServiceImpl</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
161
					<role>com.dianping.cat.core.dal.WeeklyReportDao</role>
Y
yong.you 已提交
162 163 164 165
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
166 167
			<role>com.dianping.cat.report.service.MonthlyReportService</role>
			<implementation>com.dianping.cat.report.service.impl.MonthlyReportServiceImpl</implementation>
Y
yong.you 已提交
168 169
			<requirements>
				<requirement>
Y
yong.you 已提交
170
					<role>com.dianping.cat.core.dal.MonthlyReportDao</role>
Y
yong.you 已提交
171 172 173 174 175 176 177 178 179 180 181 182 183 184
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.WeeklyReportCache</role>
			<implementation>com.dianping.cat.report.service.WeeklyReportCache</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
185
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
186 187 188 189 190 191 192 193 194 195 196 197 198 199
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.MonthReportCache</role>
			<implementation>com.dianping.cat.report.service.MonthReportCache</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
200
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.service.ReportService</role>
			<implementation>com.dianping.cat.report.service.impl.ReportServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.HourlyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.WeeklyReportService</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
218
					<role>com.dianping.cat.report.service.MonthlyReportService</role>
Y
yong.you 已提交
219 220 221 222 223 224 225 226 227
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.WeeklyReportCache</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.MonthReportCache</role>
				</requirement>
			</requirements>
		</component>
S
task  
sean.wang 已提交
228
		<component>
Y
yong.you 已提交
229 230
			<role>com.dianping.cat.report.task.DefaultTaskConsumer</role>
			<implementation>com.dianping.cat.report.task.DefaultTaskConsumer</implementation>
S
task  
sean.wang 已提交
231 232
			<requirements>
				<requirement>
Y
yong.you 已提交
233
					<role>com.dianping.cat.core.dal.TaskDao</role>
S
task  
sean.wang 已提交
234
				</requirement>
U
unknown 已提交
235
				<requirement>
Y
youyong 已提交
236
					<role>com.dianping.cat.report.task.spi.ReportFacade</role>
U
unknown 已提交
237 238 239
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionGraphCreator</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventGraphCreator</role>
			<implementation>com.dianping.cat.report.task.event.EventGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemGraphCreator</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</role>
			<implementation>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionMerger</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionMerger</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventMerger</role>
			<implementation>com.dianping.cat.report.task.event.EventMerger</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemMerger</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemMerger</implementation>
		</component>
Y
youyong 已提交
268 269 270 271
		<component>
			<role>com.dianping.cat.report.task.sql.SqlMerger</role>
			<implementation>com.dianping.cat.report.task.sql.SqlMerger</implementation>
		</component>
S
sunryuan 已提交
272 273 274 275
		<component>
			<role>com.dianping.cat.report.task.metric.MetricPointParser</role>
			<implementation>com.dianping.cat.report.task.metric.MetricPointParser</implementation>
		</component>
Y
youyong 已提交
276
		<component>
S
sunryuan 已提交
277 278 279 280 281 282 283 284 285 286 287 288 289
			<role>com.dianping.cat.report.baseline.BaselineCreator</role>
			<implementation>com.dianping.cat.report.baseline.impl.DefaultBaselineCreator</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.baseline.BaselineService</role>
			<implementation>com.dianping.cat.report.baseline.impl.DefaultBaselineService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.BaselineDao</role>
				</requirement>
			</requirements>
		</component>
		<component>
S
sunryuan 已提交
290 291 292 293 294 295
			<role>com.dianping.cat.report.baseline.BaselineConfigManager</role>
			<implementation>com.dianping.cat.report.baseline.BaselineConfigManager</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.task.metric.MetricBaselineReportBuilder</role>
			<implementation>com.dianping.cat.report.task.metric.MetricBaselineReportBuilder</implementation>
S
sunryuan 已提交
296 297 298 299
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
S
sunryuan 已提交
300 301 302
				<requirement>
					<role>com.dianping.cat.report.task.metric.MetricPointParser</role>
				</requirement>
S
sunryuan 已提交
303
				<requirement>
S
sunryuan 已提交
304 305 306
					<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
307
					<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
S
sunryuan 已提交
308 309 310 311 312 313 314
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.baseline.BaselineCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.baseline.BaselineService</role>
				</requirement>
S
sunryuan 已提交
315 316 317
				<requirement>
					<role>com.dianping.cat.report.baseline.BaselineConfigManager</role>
				</requirement>
S
sunryuan 已提交
318 319
			</requirements>
		</component>
S
sunryuan 已提交
320 321 322 323 324 325 326 327 328 329
		<component>
			<role>com.dianping.cat.report.task.metric.MetricAlert</role>
			<implementation>com.dianping.cat.report.task.metric.MetricAlert</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.ServerConfigManager</role>
				</requirement>
S
sunryuan 已提交
330 331 332
				<requirement>
					<role>com.dianping.cat.report.task.metric.MetricPointParser</role>
				</requirement>
S
sunryuan 已提交
333 334 335 336
				<requirement>
					<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
337
					<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
S
sunryuan 已提交
338 339 340 341 342 343 344
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.baseline.BaselineService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.baseline.BaselineConfigManager</role>
				</requirement>
S
sunryuan 已提交
345 346 347 348
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>metric</role-hint>
				</requirement>
S
sunryuan 已提交
349 350
			</requirements>
		</component>
U
unknown 已提交
351 352 353 354 355
		<component>
			<role>com.dianping.cat.report.task.transaction.TransactionReportBuilder</role>
			<implementation>com.dianping.cat.report.task.transaction.TransactionReportBuilder</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
356
					<role>com.dianping.cat.core.dal.GraphDao</role>
U
unknown 已提交
357
				</requirement>
Y
youyong 已提交
358
				<requirement>
Y
yong.you 已提交
359
					<role>com.dianping.cat.core.dal.DailyGraphDao</role>
Y
youyong 已提交
360
				</requirement>
U
unknown 已提交
361
				<requirement>
Y
yong.you 已提交
362
					<role>com.dianping.cat.report.service.ReportService</role>
U
unknown 已提交
363
				</requirement>
Y
youyong 已提交
364 365 366 367 368 369
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionMerger</role>
				</requirement>
U
unknown 已提交
370 371 372 373 374 375 376
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.event.EventReportBuilder</role>
			<implementation>com.dianping.cat.report.task.event.EventReportBuilder</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
377
					<role>com.dianping.cat.core.dal.GraphDao</role>
U
unknown 已提交
378
				</requirement>
Y
youyong 已提交
379
				<requirement>
Y
yong.you 已提交
380
					<role>com.dianping.cat.core.dal.DailyGraphDao</role>
Y
youyong 已提交
381
				</requirement>
U
unknown 已提交
382
				<requirement>
Y
yong.you 已提交
383
					<role>com.dianping.cat.report.service.ReportService</role>
U
unknown 已提交
384
				</requirement>
Y
youyong 已提交
385 386 387 388 389 390
				<requirement>
					<role>com.dianping.cat.report.task.event.EventGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.event.EventMerger</role>
				</requirement>
U
unknown 已提交
391 392 393 394 395 396 397
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.problem.ProblemReportBuilder</role>
			<implementation>com.dianping.cat.report.task.problem.ProblemReportBuilder</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
398
					<role>com.dianping.cat.core.dal.GraphDao</role>
U
unknown 已提交
399
				</requirement>
Y
youyong 已提交
400
				<requirement>
Y
yong.you 已提交
401
					<role>com.dianping.cat.core.dal.DailyGraphDao</role>
Y
youyong 已提交
402
				</requirement>
U
unknown 已提交
403
				<requirement>
Y
yong.you 已提交
404
					<role>com.dianping.cat.report.service.ReportService</role>
U
unknown 已提交
405
				</requirement>
Y
youyong 已提交
406 407 408 409 410 411
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemGraphCreator</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemMerger</role>
				</requirement>
U
unknown 已提交
412 413 414 415 416 417
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</role>
			<implementation>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</implementation>
			<requirements>
S
task  
sean.wang 已提交
418
				<requirement>
Y
yong.you 已提交
419
					<role>com.dianping.cat.core.dal.GraphDao</role>
S
task  
sean.wang 已提交
420
				</requirement>
Y
youyong 已提交
421
				<requirement>
Y
yong.you 已提交
422
					<role>com.dianping.cat.report.service.ReportService</role>
U
unknown 已提交
423
				</requirement>
Y
youyong 已提交
424 425 426
				<requirement>
					<role>com.dianping.cat.report.task.heartbeat.HeartbeatGraphCreator</role>
				</requirement>
Y
yanchun.yang 已提交
427 428
			</requirements>
		</component>
Y
youyong 已提交
429
		<component>
Y
yong.you 已提交
430 431
			<role>com.dianping.cat.report.task.matrix.MatrixReportBuilder</role>
			<implementation>com.dianping.cat.report.task.matrix.MatrixReportBuilder</implementation>
Y
youyong 已提交
432 433
			<requirements>
				<requirement>
Y
yong.you 已提交
434
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
435
				</requirement>
Y
youyong 已提交
436 437
			</requirements>
		</component>
Y
youyong 已提交
438 439 440 441 442
		<component>
			<role>com.dianping.cat.report.task.sql.SqlReportBuilder</role>
			<implementation>com.dianping.cat.report.task.sql.SqlReportBuilder</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
443
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
444 445 446 447 448 449
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.sql.SqlMerger</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
450 451 452 453 454
		<component>
			<role>com.dianping.cat.report.task.cross.CrossReportBuilder</role>
			<implementation>com.dianping.cat.report.task.cross.CrossReportBuilder</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
455
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
456
				</requirement>
Y
youyong 已提交
457 458
			</requirements>
		</component>
459 460 461 462 463
		<component>
			<role>com.dianping.cat.report.task.cross.CrossReportBuilder</role>
			<implementation>com.dianping.cat.report.task.cross.CrossReportBuilder</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
464
					<role>com.dianping.cat.report.service.ReportService</role>
465 466 467
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
468 469 470 471 472
		<component>
			<role>com.dianping.cat.report.task.state.StateReportBuilder</role>
			<implementation>com.dianping.cat.report.task.state.StateReportBuilder</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
473
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
474 475 476
				</requirement>
			</requirements>
		</component>
477 478 479 480 481 482 483 484 485 486 487 488 489 490 491
		<component>
			<role>com.dianping.cat.report.task.dependency.DependencyReportBuilder</role>
			<implementation>com.dianping.cat.report.task.dependency.DependencyReportBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
492 493 494
		<component>
			<role>com.dianping.cat.report.task.spi.ReportFacade</role>
			<implementation>com.dianping.cat.report.task.spi.ReportFacade</implementation>
U
unknown 已提交
495 496 497 498 499 500 501 502 503 504 505 506 507
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.task.transaction.TransactionReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.event.EventReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.problem.ProblemReportBuilder</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.task.heartbeat.HeartbeatReportBuilder</role>
				</requirement>
Y
yanchun.yang 已提交
508 509 510
				<requirement>
					<role>com.dianping.cat.report.task.matrix.MatrixReportBuilder</role>
				</requirement>
Y
youyong 已提交
511 512 513
				<requirement>
					<role>com.dianping.cat.report.task.cross.CrossReportBuilder</role>
				</requirement>
Y
youyong 已提交
514 515 516
				<requirement>
					<role>com.dianping.cat.report.task.sql.SqlReportBuilder</role>
				</requirement>
Y
youyong 已提交
517 518 519
				<requirement>
					<role>com.dianping.cat.report.task.state.StateReportBuilder</role>
				</requirement>
520 521 522
				<requirement>
					<role>com.dianping.cat.report.task.dependency.DependencyReportBuilder</role>
				</requirement>
S
sunryuan 已提交
523 524 525
				<requirement>
					<role>com.dianping.cat.report.task.metric.MetricBaselineReportBuilder</role>
				</requirement>
U
unknown 已提交
526 527
			</requirements>
		</component>
F
Frankie Wu 已提交
528 529 530
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>transaction-local</role-hint>
F
Frankie Wu 已提交
531
			<implementation>com.dianping.cat.report.page.model.transaction.LocalTransactionService</implementation>
F
Frankie Wu 已提交
532
			<requirements>
F
Frankie Wu 已提交
533 534 535
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
536
				<requirement>
537
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
F
Frankie Wu 已提交
538 539 540 541 542
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
543 544
			<role-hint>transaction-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.transaction.HistoricalTransactionService</implementation>
545 546 547 548
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
549
				<requirement>
Y
youyong 已提交
550
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
551
				</requirement>
552
			</requirements>
F
Frankie Wu 已提交
553 554 555 556
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>transaction</role-hint>
F
Frankie Wu 已提交
557
			<implementation>com.dianping.cat.report.page.model.transaction.CompositeTransactionService</implementation>
F
Frankie Wu 已提交
558
			<requirements>
559
				<requirement>
560
					<role>com.dianping.cat.ServerConfigManager</role>
561
				</requirement>
F
Frankie Wu 已提交
562 563 564
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
565
						<role-hint>transaction-historical</role-hint>
F
Frankie Wu 已提交
566 567 568 569 570
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
571 572 573 574 575
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.LocalEventService</implementation>
			<requirements>
F
Frankie Wu 已提交
576 577 578
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
579
				<requirement>
580
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
F
Frankie Wu 已提交
581 582 583 584 585 586 587 588 589 590 591
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.HistoricalEventService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
592
				<requirement>
Y
youyong 已提交
593
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
594
				</requirement>
F
Frankie Wu 已提交
595 596 597 598 599 600 601
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>event</role-hint>
			<implementation>com.dianping.cat.report.page.model.event.CompositeEventService</implementation>
			<requirements>
602
				<requirement>
603
					<role>com.dianping.cat.ServerConfigManager</role>
604
				</requirement>
F
Frankie Wu 已提交
605 606 607 608 609 610 611 612 613
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>event-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
614
		<component>
F
Frankie Wu 已提交
615
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
F
Frankie Wu 已提交
616 617
			<role-hint>problem-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.LocalProblemService</implementation>
F
Frankie Wu 已提交
618
			<requirements>
F
Frankie Wu 已提交
619 620 621
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
622
				<requirement>
623
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
F
Frankie Wu 已提交
624 625
				</requirement>
			</requirements>
F
Frankie Wu 已提交
626
		</component>
F
Frankie Wu 已提交
627 628
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
629 630
			<role-hint>problem-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.HistoricalProblemService</implementation>
F
Frankie Wu 已提交
631 632 633 634
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
635
				<requirement>
Y
youyong 已提交
636
					<role>com.dianping.cat.report.service.ReportService</role>
F
Frankie Wu 已提交
637
				</requirement>
F
Frankie Wu 已提交
638 639
			</requirements>
		</component>
F
Frankie Wu 已提交
640
		<component>
F
Frankie Wu 已提交
641
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
F
Frankie Wu 已提交
642 643
			<role-hint>problem</role-hint>
			<implementation>com.dianping.cat.report.page.model.problem.CompositeProblemService</implementation>
F
Frankie Wu 已提交
644
			<requirements>
645
				<requirement>
646
					<role>com.dianping.cat.ServerConfigManager</role>
647
				</requirement>
F
Frankie Wu 已提交
648
				<requirement>
F
Frankie Wu 已提交
649 650
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
651
						<role-hint>problem-historical</role-hint>
F
Frankie Wu 已提交
652 653
					</role-hints>
					<field-name>m_services</field-name>
F
Frankie Wu 已提交
654 655 656
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
657 658 659 660 661 662 663 664 665
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
666
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
You Yong 已提交
667 668 669 670 671 672 673 674 675 676 677 678
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.HistoricalHeartbeatService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
679
					<role>com.dianping.cat.report.service.ReportService</role>
Y
You Yong 已提交
680 681 682 683 684 685 686 687
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>heartbeat</role-hint>
			<implementation>com.dianping.cat.report.page.model.heartbeat.CompositeHeartbeatService</implementation>
			<requirements>
688
				<requirement>
689
					<role>com.dianping.cat.ServerConfigManager</role>
690
				</requirement>
Y
You Yong 已提交
691 692 693 694 695 696 697 698 699
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>heartbeat-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
700 701 702 703 704 705 706 707 708
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.LocalMatrixService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
709
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
You Yong 已提交
710 711 712 713 714 715 716 717 718 719 720 721
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.HistoricalMatrixService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
722
					<role>com.dianping.cat.report.service.ReportService</role>
Y
You Yong 已提交
723 724 725 726 727 728 729 730
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>matrix</role-hint>
			<implementation>com.dianping.cat.report.page.model.matrix.CompositeMatrixService</implementation>
			<requirements>
731
				<requirement>
732
					<role>com.dianping.cat.ServerConfigManager</role>
733
				</requirement>
Y
You Yong 已提交
734 735 736 737 738 739 740 741 742
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>matrix-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
743 744 745 746 747 748 749 750 751
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.LocalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
752
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
youyong 已提交
753 754 755 756 757 758 759 760 761 762 763 764
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.HistoricalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
765
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
766 767 768 769 770 771 772 773 774
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>state</role-hint>
			<implementation>com.dianping.cat.report.page.model.state.CompositeStateService</implementation>
			<requirements>
				<requirement>
775
					<role>com.dianping.cat.ServerConfigManager</role>
Y
youyong 已提交
776 777 778 779 780 781 782 783 784 785
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>state-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
786 787 788 789 790 791 792 793 794
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.LocalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
795
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
youyong 已提交
796 797 798 799 800 801 802 803 804 805 806 807
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.HistoricalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
808
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
809 810 811 812 813 814 815 816 817
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>cross</role-hint>
			<implementation>com.dianping.cat.report.page.model.cross.CompositeCrossService</implementation>
			<requirements>
				<requirement>
818
					<role>com.dianping.cat.ServerConfigManager</role>
Y
youyong 已提交
819 820 821 822 823 824 825 826 827 828
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>cross-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
829 830 831 832 833 834 835 836 837
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.LocalSqlService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
838
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
youyong 已提交
839 840 841 842 843 844 845 846 847 848 849 850
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.HistoricalSqlService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
851
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
852 853 854 855 856 857 858 859 860
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>sql</role-hint>
			<implementation>com.dianping.cat.report.page.model.sql.CompositeSqlService</implementation>
			<requirements>
				<requirement>
861
					<role>com.dianping.cat.ServerConfigManager</role>
Y
youyong 已提交
862 863 864 865 866 867 868 869 870 871
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>sql-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
872 873 874 875 876 877
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>message-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.LocalMessageService</implementation>
			<requirements>
				<requirement>
878
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
F
Frankie Wu 已提交
879 880 881
				</requirement>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
F
Frankie Wu 已提交
882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903
					<role-hint>local</role-hint>
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>message-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.HistoricalMessageService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
					<role-hint>local</role-hint>
					<field-name>m_localBucketManager</field-name>
				</requirement>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
					<role-hint>hdfs</role-hint>
					<field-name>m_hdfsBucketManager</field-name>
F
Frankie Wu 已提交
904 905 906 907 908 909 910
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
911 912 913 914 915 916 917 918 919
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.LocalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
920
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
youyong 已提交
921 922 923 924 925 926 927 928 929 930 931 932
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.HistoricalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
933
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
934 935 936 937 938 939 940 941 942
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>top</role-hint>
			<implementation>com.dianping.cat.report.page.model.top.CompositeTopService</implementation>
			<requirements>
				<requirement>
943
					<role>com.dianping.cat.ServerConfigManager</role>
Y
youyong 已提交
944 945 946 947 948 949 950 951 952 953
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>top-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
954 955 956 957 958 959 960 961 962
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.LocalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
963
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
yong.you 已提交
964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.HistoricalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>dependency</role-hint>
			<implementation>com.dianping.cat.report.page.model.dependency.CompositeDependencyService</implementation>
			<requirements>
				<requirement>
986
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
987 988 989 990 991 992 993 994 995 996
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>dependency-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
997 998 999 1000 1001 1002 1003 1004 1005
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric-local</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.LocalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
1006
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric-historical</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.HistoricalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>metric</role-hint>
			<implementation>com.dianping.cat.report.page.model.metric.CompositeMetricService</implementation>
			<requirements>
				<requirement>
1029
					<role>com.dianping.cat.ServerConfigManager</role>
1030 1031 1032 1033 1034 1035 1036 1037 1038 1039
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
						<role-hint>metric-historical</role-hint>
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1040 1041 1042 1043 1044
		<component>
			<role>com.dianping.cat.report.page.model.spi.ModelService</role>
			<role-hint>logview</role-hint>
			<implementation>com.dianping.cat.report.page.model.logview.CompositeLogViewService</implementation>
			<requirements>
1045
				<requirement>
1046
					<role>com.dianping.cat.ServerConfigManager</role>
1047
				</requirement>
F
Frankie Wu 已提交
1048 1049 1050
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hints>
F
Frankie Wu 已提交
1051
						<role-hint>message-historical</role-hint>
1052
						<role-hint>logview-historical</role-hint>
F
Frankie Wu 已提交
1053 1054 1055 1056 1057
					</role-hints>
					<field-name>m_services</field-name>
				</requirement>
			</requirements>
		</component>
1058
		<component>
Y
youyong 已提交
1059 1060
			<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</implementation>
1061
			<configuration>
1062
				<datasourceFile>/data/appdatas/cat/datasources.xml</datasourceFile>
1063
			</configuration>
1064 1065
		</component>
		<component>
Y
youyong 已提交
1066
			<role>org.unidal.dal.jdbc.datasource.DataSource</role>
1067
			<role-hint>cat</role-hint>
Y
youyong 已提交
1068
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSource</implementation>
1069
			<configuration>
1070 1071 1072 1073 1074 1075 1076
				<id>cat</id>
				<maximum-pool-size>3</maximum-pool-size>
				<connection-timeout>1s</connection-timeout>
				<idle-timeout>10m</idle-timeout>
				<statement-cache-size>1000</statement-cache-size>
				<properties>
					<driver>com.mysql.jdbc.Driver</driver>
Y
yong.you 已提交
1077 1078
					<URL>jdbc:mysql://192.168.7.43:3306/cat</URL>
					<user>dpcom_cat</user>
1079
					<password>password</password>
1080 1081 1082 1083 1084
					<connectionProperties><![CDATA[useUnicode=true&autoReconnect=true]]></connectionProperties>
				</properties>
			</configuration>
			<requirements>
				<requirement>
Y
youyong 已提交
1085
					<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
1086 1087 1088
				</requirement>
			</requirements>
		</component>
S
sunryuan 已提交
1089 1090 1091 1092 1093 1094 1095 1096 1097 1098
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>baseline</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>baseline</logical-table-name>
				<physical-table-name>baseline</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
Y
yong.you 已提交
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>event</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>event</logical-table-name>
				<physical-table-name>event</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
1109 1110 1111 1112 1113 1114 1115 1116 1117 1118
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>topology-graph</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>topology-graph</logical-table-name>
				<physical-table-name>topologyGraph</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
S
sunryuan 已提交
1119 1120 1121 1122 1123 1124 1125 1126 1127
		<component>
			<role>com.dianping.cat.home.dal.report.BaselineDao</role>
			<implementation>com.dianping.cat.home.dal.report.BaselineDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1128 1129 1130 1131 1132 1133 1134 1135 1136
		<component>
			<role>com.dianping.cat.home.dal.report.EventDao</role>
			<implementation>com.dianping.cat.home.dal.report.EventDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
1137 1138 1139 1140 1141 1142 1143 1144 1145
		<component>
			<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.TopologyGraphDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1146
		<component>
Y
youyong 已提交
1147
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1148
			<role-hint>alarm-rule</role-hint>
Y
youyong 已提交
1149
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1150
			<configuration>
1151 1152
				<logical-table-name>alarm-rule</logical-table-name>
				<physical-table-name>alarmRule</physical-table-name>
Y
youyong 已提交
1153 1154 1155 1156
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1157
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1158
			<role-hint>alarm-rule-subscription</role-hint>
Y
youyong 已提交
1159
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1160
			<configuration>
1161 1162
				<logical-table-name>alarm-rule-subscription</logical-table-name>
				<physical-table-name>alarmRuleSubscription</physical-table-name>
F
Frankie Wu 已提交
1163 1164 1165 1166
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1167
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
1168
			<role-hint>alarm-template</role-hint>
Y
youyong 已提交
1169
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1170
			<configuration>
1171 1172
				<logical-table-name>alarm-template</logical-table-name>
				<physical-table-name>alarmTemplate</physical-table-name>
F
Frankie Wu 已提交
1173 1174 1175 1176
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1177
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1178
			<role-hint>mail-record</role-hint>
Y
youyong 已提交
1179
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1180
			<configuration>
Y
youyong 已提交
1181 1182
				<logical-table-name>mail-record</logical-table-name>
				<physical-table-name>mailRecord</physical-table-name>
F
Frankie Wu 已提交
1183 1184 1185 1186
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1187
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1188
			<role-hint>scheduled-report</role-hint>
Y
youyong 已提交
1189
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1190
			<configuration>
Y
youyong 已提交
1191 1192
				<logical-table-name>scheduled-report</logical-table-name>
				<physical-table-name>scheduledReport</physical-table-name>
Y
youyong 已提交
1193 1194 1195 1196
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
Y
youyong 已提交
1197
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1198
			<role-hint>scheduled-report-subscription</role-hint>
Y
youyong 已提交
1199
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
Y
youyong 已提交
1200
			<configuration>
Y
youyong 已提交
1201 1202
				<logical-table-name>scheduled-report-subscription</logical-table-name>
				<physical-table-name>scheduledReportSubscription</physical-table-name>
Y
youyong 已提交
1203 1204 1205 1206
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
1207 1208
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleDao</implementation>
F
Frankie Wu 已提交
1209 1210
			<requirements>
				<requirement>
Y
youyong 已提交
1211
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1212 1213 1214 1215
				</requirement>
			</requirements>
		</component>
		<component>
1216 1217
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</implementation>
F
Frankie Wu 已提交
1218 1219
			<requirements>
				<requirement>
Y
youyong 已提交
1220
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1221 1222 1223 1224
				</requirement>
			</requirements>
		</component>
		<component>
1225 1226
			<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</implementation>
F
Frankie Wu 已提交
1227 1228
			<requirements>
				<requirement>
Y
youyong 已提交
1229
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1230 1231 1232 1233
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
1234 1235 1236 1237
			<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.MailRecordDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1238
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1239 1240
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1241 1242
		</component>
		<component>
Y
youyong 已提交
1243 1244
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportDao</implementation>
F
Frankie Wu 已提交
1245 1246
			<requirements>
				<requirement>
Y
youyong 已提交
1247
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1248 1249 1250
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1251 1252 1253 1254 1255
		<component>
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1256
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1257 1258 1259
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>abtest</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>abtest</logical-table-name>
				<physical-table-name>abtest</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>abtest-run</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>abtest-run</logical-table-name>
				<physical-table-name>abtest_run</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
			<role-hint>group-strategy</role-hint>
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
			<configuration>
				<logical-table-name>group-strategy</logical-table-name>
				<physical-table-name>group_strategy</physical-table-name>
				<data-source-name>cat</data-source-name>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.abtest.AbtestDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.AbtestDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.abtest.AbtestRunDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.AbtestRunDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.abtest.GroupStrategyDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.GroupStrategyDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1317
		<component>
Y
youyong 已提交
1318
			<role>org.unidal.dal.jdbc.datasource.DataSource</role>
F
Frankie Wu 已提交
1319
			<role-hint>user</role-hint>
Y
youyong 已提交
1320
			<implementation>org.unidal.dal.jdbc.datasource.JdbcDataSource</implementation>
F
Frankie Wu 已提交
1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336
			<configuration>
				<id>user</id>
				<maximum-pool-size>3</maximum-pool-size>
				<connection-timeout>1s</connection-timeout>
				<idle-timeout>10m</idle-timeout>
				<statement-cache-size>1000</statement-cache-size>
				<properties>
					<driver>com.mysql.jdbc.Driver</driver>
					<URL>jdbc:mysql://192.168.8.44:3306/hawk</URL>
					<user>hawk</user>
					<password>hawk</password>
					<connectionProperties><![CDATA[useUnicode=true&autoReconnect=true]]></connectionProperties>
				</properties>
			</configuration>
			<requirements>
				<requirement>
Y
youyong 已提交
1337
					<role>org.unidal.dal.jdbc.datasource.JdbcDataSourceConfigurationManager</role>
F
Frankie Wu 已提交
1338 1339 1340 1341
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
1342
			<role>org.unidal.dal.jdbc.mapping.TableProvider</role>
Y
youyong 已提交
1343
			<role-hint>dp-admin-login</role-hint>
Y
youyong 已提交
1344
			<implementation>org.unidal.dal.jdbc.mapping.SimpleTableProvider</implementation>
F
Frankie Wu 已提交
1345
			<configuration>
Y
youyong 已提交
1346 1347
				<logical-table-name>dp-admin-login</logical-table-name>
				<physical-table-name>DP_AdminLogin</physical-table-name>
F
Frankie Wu 已提交
1348 1349 1350 1351
				<data-source-name>user</data-source-name>
			</configuration>
		</component>
		<component>
Y
yong.you 已提交
1352 1353
			<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
			<implementation>com.dianping.cat.home.dal.user.DpAdminLoginDao</implementation>
F
Frankie Wu 已提交
1354 1355
			<requirements>
				<requirement>
Y
youyong 已提交
1356
					<role>org.unidal.dal.jdbc.QueryEngine</role>
F
Frankie Wu 已提交
1357 1358 1359
				</requirement>
			</requirements>
		</component>
A
ainilife 已提交
1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371
		<component>
			<role>com.dianping.cat.system.page.abtest.service.ABTestService</role>
			<implementation>com.dianping.cat.system.page.abtest.service.ABTestServiceImpl</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.AbtestDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.AbtestRunDao</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1372
		<component>
Y
youyong 已提交
1373 1374
			<role>org.unidal.web.mvc.model.ModuleRegistry</role>
			<implementation>org.unidal.web.mvc.model.ModuleRegistry</implementation>
F
Frankie Wu 已提交
1375 1376 1377
			<configuration>
				<modules>
					<module default="true">com.dianping.cat.report.ReportModule</module>
F
Frankie Wu 已提交
1378
					<module>com.dianping.cat.system.SystemModule</module>
F
Frankie Wu 已提交
1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392
				</modules>
			</configuration>
		</component>
		<component>
			<role>com.dianping.cat.report.ReportModule</role>
			<implementation>com.dianping.cat.report.ReportModule</implementation>
		</component>
		<component>
			<role>com.dianping.cat.report.page.home.Handler</role>
			<implementation>com.dianping.cat.report.page.home.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.home.JspViewer</role>
				</requirement>
1393
				<requirement>
1394
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
1395
				</requirement>
F
Frankie Wu 已提交
1396 1397 1398 1399 1400
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.home.JspViewer</role>
			<implementation>com.dianping.cat.report.page.home.JspViewer</implementation>
F
Frankie Wu 已提交
1401 1402 1403 1404 1405
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1406
		</component>
1407 1408 1409 1410
		<component>
			<role>com.dianping.cat.consumer.RealtimeConsumer</role>
			<implementation>com.dianping.cat.consumer.RealtimeConsumer</implementation>
			<requirements>
F
Frankie Wu 已提交
1411
				<requirement>
1412
					<role>com.dianping.cat.analysis.MessageAnalyzerManager</role>
1413
				</requirement>
Y
youyong 已提交
1414
				<requirement>
1415
					<role>com.dianping.cat.statistic.ServerStatisticManager</role>
Y
youyong 已提交
1416
				</requirement>
F
Frankie Wu 已提交
1417 1418
			</requirements>
		</component>
Y
youyong 已提交
1419
		<component>
1420 1421
			<role>com.dianping.cat.statistic.ServerStatisticManager</role>
			<implementation>com.dianping.cat.statistic.ServerStatisticManager</implementation>
Y
youyong 已提交
1422
		</component>
F
Frankie Wu 已提交
1423
		<component>
Y
You Yong 已提交
1424 1425
			<role>com.dianping.cat.report.page.problem.Handler</role>
			<implementation>com.dianping.cat.report.page.problem.Handler</implementation>
F
Frankie Wu 已提交
1426
			<requirements>
Y
You Yong 已提交
1427
				<requirement>
Y
youyong 已提交
1428
					<role>com.dianping.cat.report.page.problem.HistoryGraphs</role>
Y
You Yong 已提交
1429
				</requirement>
S
sean.wang 已提交
1430
				<requirement>
Y
youyong 已提交
1431
					<role>com.dianping.cat.report.page.problem.JspViewer</role>
S
sean.wang 已提交
1432
				</requirement>
Y
youyong 已提交
1433
				<requirement>
1434
					<role>com.dianping.cat.ServerConfigManager</role>
Y
youyong 已提交
1435
				</requirement>
Y
You Yong 已提交
1436
				<requirement>
Y
youyong 已提交
1437
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1438 1439 1440 1441 1442
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
1443
				</requirement>
Y
yong.you 已提交
1444
				<requirement>
Y
yong.you 已提交
1445
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1446
				</requirement>
1447
				<requirement>
Y
yong.you 已提交
1448
					<role>com.dianping.cat.consumer.problem.ProblemReportAggregation</role>
1449
				</requirement>
F
Frankie Wu 已提交
1450 1451
			</requirements>
		</component>
Y
You Yong 已提交
1452
		<component>
F
Frankie Wu 已提交
1453 1454
			<role>com.dianping.cat.report.page.problem.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.problem.HistoryGraphs</implementation>
Y
You Yong 已提交
1455 1456
			<requirements>
				<requirement>
Y
yong.you 已提交
1457
					<role>com.dianping.cat.core.dal.GraphDao</role>
Y
You Yong 已提交
1458
				</requirement>
Y
youyong 已提交
1459
				<requirement>
Y
yong.you 已提交
1460
					<role>com.dianping.cat.core.dal.DailyGraphDao</role>
Y
youyong 已提交
1461
				</requirement>
Y
You Yong 已提交
1462 1463
			</requirements>
		</component>
Y
youyong 已提交
1464
		<component>
Y
yong.you 已提交
1465 1466
			<role>com.dianping.cat.core.dal.GraphDao</role>
			<implementation>com.dianping.cat.core.dal.GraphDao</implementation>
Y
youyong 已提交
1467 1468
			<requirements>
				<requirement>
Y
youyong 已提交
1469
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
1470 1471 1472
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1473
		<component>
Y
yong.you 已提交
1474 1475
			<role>com.dianping.cat.core.dal.DailyGraphDao</role>
			<implementation>com.dianping.cat.core.dal.DailyGraphDao</implementation>
Y
youyong 已提交
1476 1477 1478 1479 1480 1481
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1482 1483 1484
		<component>
			<role>com.dianping.cat.report.page.problem.JspViewer</role>
			<implementation>com.dianping.cat.report.page.problem.JspViewer</implementation>
F
Frankie Wu 已提交
1485 1486 1487 1488 1489
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
1490
		</component>
Y
youyong 已提交
1491
		<component>
1492 1493
			<role>com.dianping.cat.ServerConfigManager</role>
			<implementation>com.dianping.cat.ServerConfigManager</implementation>
Y
youyong 已提交
1494
		</component>
Y
yong.you 已提交
1495
		<component>
Y
yong.you 已提交
1496 1497 1498 1499
			<role>com.dianping.cat.report.page.PayloadNormalizer</role>
			<implementation>com.dianping.cat.report.page.PayloadNormalizer</implementation>
			<requirements>
				<requirement>
1500
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
1501 1502
				</requirement>
			</requirements>
Y
yong.you 已提交
1503
		</component>
1504
		<component>
Y
yong.you 已提交
1505 1506
			<role>com.dianping.cat.consumer.problem.ProblemReportAggregation</role>
			<implementation>com.dianping.cat.consumer.problem.ProblemReportAggregation</implementation>
1507 1508
			<requirements>
				<requirement>
Y
yong.you 已提交
1509
					<role>com.dianping.cat.consumer.problem.aggregation.AggregationConfigManager</role>
1510 1511 1512 1513
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
1514 1515
			<role>com.dianping.cat.consumer.problem.aggregation.AggregationConfigManager</role>
			<implementation>com.dianping.cat.consumer.problem.aggregation.AggregationConfigManager</implementation>
1516 1517
			<requirements>
				<requirement>
Y
yong.you 已提交
1518
					<role>com.dianping.cat.core.config.ConfigDao</role>
1519 1520
				</requirement>
				<requirement>
Y
yong.you 已提交
1521
					<role>com.dianping.cat.consumer.problem.aggregation.AggregationHandler</role>
1522 1523 1524 1525
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
1526 1527
			<role>com.dianping.cat.core.config.ConfigDao</role>
			<implementation>com.dianping.cat.core.config.ConfigDao</implementation>
1528 1529 1530 1531 1532 1533
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1534
		<component>
F
Frankie Wu 已提交
1535 1536 1537 1538
			<role>com.dianping.cat.report.page.transaction.Handler</role>
			<implementation>com.dianping.cat.report.page.transaction.Handler</implementation>
			<requirements>
				<requirement>
F
Frankie Wu 已提交
1539
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
F
Frankie Wu 已提交
1540
				</requirement>
Y
youyong 已提交
1541 1542 1543 1544 1545 1546
				<requirement>
					<role>com.dianping.cat.report.page.transaction.HistoryGraphs</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.transaction.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1547 1548 1549
				<requirement>
					<role>com.dianping.cat.report.page.transaction.XmlViewer</role>
				</requirement>
Y
youyong 已提交
1550
				<requirement>
Y
youyong 已提交
1551
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1552
				</requirement>
Y
You Yong 已提交
1553
				<requirement>
Y
yong.you 已提交
1554
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
Y
You Yong 已提交
1555
				</requirement>
1556
				<requirement>
Y
yong.you 已提交
1557
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
1558
				</requirement>
S
sean.wang 已提交
1559
				<requirement>
Y
youyong 已提交
1560 1561 1562
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>transaction</role-hint>
					<field-name>m_service</field-name>
S
sean.wang 已提交
1563
				</requirement>
Y
youyong 已提交
1564 1565 1566 1567 1568 1569
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.transaction.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.transaction.HistoryGraphs</implementation>
			<requirements>
Y
You Yong 已提交
1570
				<requirement>
Y
yong.you 已提交
1571
					<role>com.dianping.cat.core.dal.GraphDao</role>
Y
You Yong 已提交
1572
				</requirement>
Y
youyong 已提交
1573
				<requirement>
Y
yong.you 已提交
1574
					<role>com.dianping.cat.core.dal.DailyGraphDao</role>
Y
youyong 已提交
1575 1576 1577
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1578 1579 1580
		<component>
			<role>com.dianping.cat.report.page.transaction.JspViewer</role>
			<implementation>com.dianping.cat.report.page.transaction.JspViewer</implementation>
F
Frankie Wu 已提交
1581 1582 1583 1584 1585
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1586
		</component>
F
Frankie Wu 已提交
1587 1588 1589 1590
		<component>
			<role>com.dianping.cat.report.page.transaction.XmlViewer</role>
			<implementation>com.dianping.cat.report.page.transaction.XmlViewer</implementation>
		</component>
1591 1592 1593 1594
		<component>
			<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
			<implementation>com.dianping.cat.report.page.transaction.TransactionMergeManager</implementation>
		</component>
F
bug fix  
Frankie Wu 已提交
1595 1596 1597 1598 1599
		<component>
			<role>com.dianping.cat.report.page.event.Handler</role>
			<implementation>com.dianping.cat.report.page.event.Handler</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
1600
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
F
bug fix  
Frankie Wu 已提交
1601 1602
				</requirement>
				<requirement>
Y
youyong 已提交
1603 1604 1605 1606
					<role>com.dianping.cat.report.page.event.HistoryGraphs</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.JspViewer</role>
F
bug fix  
Frankie Wu 已提交
1607
				</requirement>
Y
youyong 已提交
1608
				<requirement>
Y
youyong 已提交
1609
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1610
				</requirement>
1611 1612 1613
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
You Yong 已提交
1614
				<requirement>
Y
youyong 已提交
1615 1616 1617
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
1618
				</requirement>
Y
yong.you 已提交
1619
				<requirement>
Y
yong.you 已提交
1620
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1621
				</requirement>
Y
youyong 已提交
1622 1623 1624 1625 1626 1627
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.event.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.event.HistoryGraphs</implementation>
			<requirements>
U
unknown 已提交
1628
				<requirement>
Y
yong.you 已提交
1629
					<role>com.dianping.cat.core.dal.GraphDao</role>
U
unknown 已提交
1630
				</requirement>
Y
youyong 已提交
1631
				<requirement>
Y
yong.you 已提交
1632
					<role>com.dianping.cat.core.dal.DailyGraphDao</role>
Y
youyong 已提交
1633
				</requirement>
F
bug fix  
Frankie Wu 已提交
1634 1635 1636 1637 1638
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.event.JspViewer</role>
			<implementation>com.dianping.cat.report.page.event.JspViewer</implementation>
F
Frankie Wu 已提交
1639 1640 1641 1642 1643
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
bug fix  
Frankie Wu 已提交
1644
		</component>
1645 1646 1647 1648
		<component>
			<role>com.dianping.cat.report.page.event.EventMergeManager</role>
			<implementation>com.dianping.cat.report.page.event.EventMergeManager</implementation>
		</component>
Y
You Yong 已提交
1649 1650 1651 1652
		<component>
			<role>com.dianping.cat.report.page.heartbeat.Handler</role>
			<implementation>com.dianping.cat.report.page.heartbeat.Handler</implementation>
			<requirements>
Y
youyong 已提交
1653 1654 1655
				<requirement>
					<role>com.dianping.cat.report.graph.GraphBuilder</role>
				</requirement>
Y
You Yong 已提交
1656
				<requirement>
Y
youyong 已提交
1657
					<role>com.dianping.cat.report.page.heartbeat.HistoryGraphs</role>
Y
You Yong 已提交
1658 1659
				</requirement>
				<requirement>
Y
youyong 已提交
1660
					<role>com.dianping.cat.report.page.heartbeat.JspViewer</role>
Y
You Yong 已提交
1661
				</requirement>
Y
youyong 已提交
1662 1663 1664
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
Y
You Yong 已提交
1665 1666 1667 1668 1669
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>heartbeat</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
1670
				<requirement>
Y
yong.you 已提交
1671
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
1672
				</requirement>
Y
You Yong 已提交
1673 1674
			</requirements>
		</component>
Y
youyong 已提交
1675 1676 1677 1678 1679
		<component>
			<role>com.dianping.cat.report.page.heartbeat.HistoryGraphs</role>
			<implementation>com.dianping.cat.report.page.heartbeat.HistoryGraphs</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
1680
					<role>com.dianping.cat.core.dal.GraphDao</role>
Y
youyong 已提交
1681 1682 1683
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
1684 1685 1686
		<component>
			<role>com.dianping.cat.report.page.heartbeat.JspViewer</role>
			<implementation>com.dianping.cat.report.page.heartbeat.JspViewer</implementation>
F
Frankie Wu 已提交
1687 1688 1689 1690 1691
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
1692
		</component>
F
Frankie Wu 已提交
1693 1694 1695 1696 1697 1698 1699
		<component>
			<role>com.dianping.cat.report.page.logview.Handler</role>
			<implementation>com.dianping.cat.report.page.logview.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.logview.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1700
				<requirement>
F
Frankie Wu 已提交
1701 1702 1703
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>logview</role-hint>
					<field-name>m_service</field-name>
F
Frankie Wu 已提交
1704
				</requirement>
Y
youyong 已提交
1705
				<requirement>
1706
					<role>com.dianping.cat.message.spi.core.MessagePathBuilder</role>
Y
youyong 已提交
1707
				</requirement>
F
Frankie Wu 已提交
1708 1709 1710 1711 1712
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.logview.JspViewer</role>
			<implementation>com.dianping.cat.report.page.logview.JspViewer</implementation>
F
Frankie Wu 已提交
1713 1714 1715 1716 1717
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1718
		</component>
F
Frankie Wu 已提交
1719 1720 1721 1722
		<component>
			<role>com.dianping.cat.report.page.model.Handler</role>
			<implementation>com.dianping.cat.report.page.model.Handler</implementation>
			<requirements>
Y
youyong 已提交
1723 1724 1725
				<requirement>
					<role>com.dianping.cat.report.page.model.JspViewer</role>
				</requirement>
F
Frankie Wu 已提交
1726
				<requirement>
Y
youyong 已提交
1727 1728 1729
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event-local</role-hint>
					<field-name>m_eventService</field-name>
F
Frankie Wu 已提交
1730 1731 1732
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1733 1734
					<role-hint>heartbeat-local</role-hint>
					<field-name>m_heartbeatService</field-name>
F
Frankie Wu 已提交
1735
				</requirement>
F
Frankie Wu 已提交
1736 1737 1738 1739 1740
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>message-local</role-hint>
					<field-name>m_messageService</field-name>
				</requirement>
Y
You Yong 已提交
1741 1742
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1743 1744
					<role-hint>matrix-local</role-hint>
					<field-name>m_matrixService</field-name>
Y
You Yong 已提交
1745
				</requirement>
Y
You Yong 已提交
1746 1747
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1748 1749
					<role-hint>problem-local</role-hint>
					<field-name>m_problemService</field-name>
Y
You Yong 已提交
1750
				</requirement>
Y
You Yong 已提交
1751 1752
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
1753 1754
					<role-hint>transaction-local</role-hint>
					<field-name>m_transactionService</field-name>
Y
You Yong 已提交
1755
				</requirement>
Y
youyong 已提交
1756 1757 1758 1759 1760
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>cross-local</role-hint>
					<field-name>m_crossService</field-name>
				</requirement>
Y
youyong 已提交
1761 1762 1763 1764 1765
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>sql-local</role-hint>
					<field-name>m_sqlService</field-name>
				</requirement>
Y
youyong 已提交
1766 1767 1768 1769 1770
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>state-local</role-hint>
					<field-name>m_stateService</field-name>
				</requirement>
Y
youyong 已提交
1771 1772 1773 1774 1775
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>top-local</role-hint>
					<field-name>m_topService</field-name>
				</requirement>
1776 1777 1778 1779 1780
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>metric-local</role-hint>
					<field-name>m_metricService</field-name>
				</requirement>
Y
yong.you 已提交
1781 1782 1783 1784 1785
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency-local</role-hint>
					<field-name>m_dependencyService</field-name>
				</requirement>
F
Frankie Wu 已提交
1786 1787
			</requirements>
		</component>
Y
youyong 已提交
1788 1789 1790
		<component>
			<role>com.dianping.cat.report.page.model.JspViewer</role>
			<implementation>com.dianping.cat.report.page.model.JspViewer</implementation>
F
Frankie Wu 已提交
1791 1792 1793 1794 1795
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
1796
		</component>
F
Frankie Wu 已提交
1797
		<component>
Y
youyong 已提交
1798 1799
			<role>com.dianping.cat.report.page.model.event.LocalEventService</role>
			<implementation>com.dianping.cat.report.page.model.event.LocalEventService</implementation>
F
Frankie Wu 已提交
1800
			<requirements>
F
Frankie Wu 已提交
1801 1802 1803
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
F
Frankie Wu 已提交
1804
				<requirement>
1805
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
F
Frankie Wu 已提交
1806 1807 1808
				</requirement>
			</requirements>
		</component>
F
merge  
Frankie Wu 已提交
1809
		<component>
Y
youyong 已提交
1810 1811
			<role>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</role>
			<implementation>com.dianping.cat.report.page.model.heartbeat.LocalHeartbeatService</implementation>
F
merge  
Frankie Wu 已提交
1812
			<requirements>
F
Frankie Wu 已提交
1813 1814 1815
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
1816
				<requirement>
1817
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
1818 1819 1820
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1821 1822 1823 1824 1825 1826
		<component>
			<role>com.dianping.cat.report.page.model.logview.LocalMessageService</role>
			<implementation>com.dianping.cat.report.page.model.logview.LocalMessageService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.dump.MessageBucketManager</role>
F
Frankie Wu 已提交
1827
					<role-hint>local</role-hint>
F
Frankie Wu 已提交
1828 1829 1830 1831 1832 1833
				</requirement>
				<requirement>
					<role>com.dianping.cat.message.spi.MessageCodec</role>
					<role-hint>html</role-hint>
				</requirement>
				<requirement>
1834
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
F
Frankie Wu 已提交
1835 1836 1837
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
1838
		<component>
Y
youyong 已提交
1839 1840
			<role>com.dianping.cat.report.page.model.matrix.LocalMatrixService</role>
			<implementation>com.dianping.cat.report.page.model.matrix.LocalMatrixService</implementation>
Y
You Yong 已提交
1841 1842 1843 1844 1845
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
1846
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
You Yong 已提交
1847 1848
				</requirement>
			</requirements>
Y
You Yong 已提交
1849 1850
		</component>
		<component>
Y
youyong 已提交
1851 1852
			<role>com.dianping.cat.report.page.model.problem.LocalProblemService</role>
			<implementation>com.dianping.cat.report.page.model.problem.LocalProblemService</implementation>
Y
You Yong 已提交
1853 1854 1855 1856 1857
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
1858
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
You Yong 已提交
1859 1860
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1861
		</component>
Y
You Yong 已提交
1862
		<component>
Y
youyong 已提交
1863 1864
			<role>com.dianping.cat.report.page.model.transaction.LocalTransactionService</role>
			<implementation>com.dianping.cat.report.page.model.transaction.LocalTransactionService</implementation>
Y
You Yong 已提交
1865 1866 1867 1868 1869
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
1870
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
You Yong 已提交
1871 1872 1873
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1874 1875 1876 1877 1878 1879 1880 1881
		<component>
			<role>com.dianping.cat.report.page.model.cross.LocalCrossService</role>
			<implementation>com.dianping.cat.report.page.model.cross.LocalCrossService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
1882
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
youyong 已提交
1883 1884 1885
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
1886
		<component>
Y
youyong 已提交
1887 1888
			<role>com.dianping.cat.report.page.model.sql.LocalSqlService</role>
			<implementation>com.dianping.cat.report.page.model.sql.LocalSqlService</implementation>
F
Frankie Wu 已提交
1889 1890
			<requirements>
				<requirement>
Y
youyong 已提交
1891
					<role>com.dianping.cat.storage.BucketManager</role>
F
Frankie Wu 已提交
1892
				</requirement>
Y
You Yong 已提交
1893
				<requirement>
1894
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
You Yong 已提交
1895
				</requirement>
F
Frankie Wu 已提交
1896 1897
			</requirements>
		</component>
Y
youyong 已提交
1898 1899 1900 1901 1902 1903 1904 1905
		<component>
			<role>com.dianping.cat.report.page.model.state.LocalStateService</role>
			<implementation>com.dianping.cat.report.page.model.state.LocalStateService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
1906
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
youyong 已提交
1907 1908 1909
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
1910 1911 1912 1913 1914 1915 1916 1917
		<component>
			<role>com.dianping.cat.report.page.model.top.LocalTopService</role>
			<implementation>com.dianping.cat.report.page.model.top.LocalTopService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
1918
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
youyong 已提交
1919 1920 1921
				</requirement>
			</requirements>
		</component>
1922 1923 1924 1925 1926 1927
		<component>
			<role>com.dianping.cat.report.page.model.metric.LocalMetricService</role>
			<implementation>com.dianping.cat.report.page.model.metric.LocalMetricService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
Y
youyong 已提交
1928 1929
				</requirement>
				<requirement>
1930
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
youyong 已提交
1931 1932 1933
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
1934 1935 1936 1937 1938 1939 1940 1941
		<component>
			<role>com.dianping.cat.report.page.model.dependency.LocalDependencyService</role>
			<implementation>com.dianping.cat.report.page.model.dependency.LocalDependencyService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.storage.BucketManager</role>
				</requirement>
				<requirement>
1942
					<role>com.dianping.cat.message.spi.core.MessageConsumer</role>
Y
yong.you 已提交
1943 1944 1945
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
1946
		<component>
Y
youyong 已提交
1947 1948
			<role>com.dianping.cat.report.page.sql.Handler</role>
			<implementation>com.dianping.cat.report.page.sql.Handler</implementation>
Y
You Yong 已提交
1949 1950
			<requirements>
				<requirement>
Y
youyong 已提交
1951
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
1952 1953 1954 1955 1956
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.sql.JspViewer</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
1957
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
1958 1959 1960 1961 1962
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>sql</role-hint>
					<field-name>m_service</field-name>
Y
You Yong 已提交
1963 1964
				</requirement>
			</requirements>
F
Frankie Wu 已提交
1965
		</component>
Y
youyong 已提交
1966 1967 1968
		<component>
			<role>com.dianping.cat.report.page.sql.JspViewer</role>
			<implementation>com.dianping.cat.report.page.sql.JspViewer</implementation>
F
Frankie Wu 已提交
1969 1970
			<requirements>
				<requirement>
F
Frankie Wu 已提交
1971
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
F
Frankie Wu 已提交
1972 1973 1974
				</requirement>
			</requirements>
		</component>
Y
You Yong 已提交
1975 1976 1977 1978
		<component>
			<role>com.dianping.cat.report.page.dashboard.Handler</role>
			<implementation>com.dianping.cat.report.page.dashboard.Handler</implementation>
			<requirements>
Y
youyong 已提交
1979 1980 1981
				<requirement>
					<role>com.dianping.cat.report.page.dashboard.JspViewer</role>
				</requirement>
1982 1983 1984 1985 1986 1987
				<requirement>
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
youyong 已提交
1988 1989 1990 1991 1992
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_eventService</field-name>
				</requirement>
Y
You Yong 已提交
1993 1994 1995
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>transaction</role-hint>
Y
You Yong 已提交
1996 1997
					<field-name>m_transactionService</field-name>
				</requirement>
Y
youyong 已提交
1998 1999 2000 2001 2002
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_problemService</field-name>
				</requirement>
Y
You Yong 已提交
2003 2004 2005 2006 2007
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.dashboard.JspViewer</role>
			<implementation>com.dianping.cat.report.page.dashboard.JspViewer</implementation>
F
Frankie Wu 已提交
2008 2009 2010 2011 2012
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
2013
		</component>
Y
You Yong 已提交
2014 2015 2016 2017
		<component>
			<role>com.dianping.cat.report.page.matrix.Handler</role>
			<implementation>com.dianping.cat.report.page.matrix.Handler</implementation>
			<requirements>
Y
yanchun.yang 已提交
2018
				<requirement>
Y
youyong 已提交
2019
					<role>com.dianping.cat.report.service.ReportService</role>
Y
yanchun.yang 已提交
2020
				</requirement>
Y
You Yong 已提交
2021 2022 2023
				<requirement>
					<role>com.dianping.cat.report.page.matrix.JspViewer</role>
				</requirement>
Y
youyong 已提交
2024
				<requirement>
Y
yong.you 已提交
2025
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2026
				</requirement>
Y
You Yong 已提交
2027 2028 2029 2030 2031 2032 2033 2034 2035 2036
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>matrix</role-hint>
					<field-name>m_service</field-name>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.matrix.JspViewer</role>
			<implementation>com.dianping.cat.report.page.matrix.JspViewer</implementation>
F
Frankie Wu 已提交
2037 2038 2039 2040 2041
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
You Yong 已提交
2042
		</component>
Y
youyong 已提交
2043 2044 2045 2046 2047 2048 2049 2050
		<component>
			<role>com.dianping.cat.report.page.cross.Handler</role>
			<implementation>com.dianping.cat.report.page.cross.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.cross.JspViewer</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2051
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2052
				</requirement>
Y
youyong 已提交
2053
				<requirement>
Y
yong.you 已提交
2054
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2055 2056
				</requirement>
				<requirement>
Y
yong.you 已提交
2057
					<role>com.dianping.cat.consumer.DomainManager</role>
Y
youyong 已提交
2058
				</requirement>
Y
youyong 已提交
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>cross</role-hint>
					<field-name>m_service</field-name>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.cross.JspViewer</role>
			<implementation>com.dianping.cat.report.page.cross.JspViewer</implementation>
F
Frankie Wu 已提交
2069 2070 2071 2072 2073
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2074
		</component>
Y
yong.you 已提交
2075
		<component>
Y
yong.you 已提交
2076 2077
			<role>com.dianping.cat.consumer.DomainManager</role>
			<implementation>com.dianping.cat.consumer.DomainManager</implementation>
Y
yong.you 已提交
2078 2079
			<requirements>
				<requirement>
Y
yong.you 已提交
2080
					<role>com.dianping.cat.core.dal.HostinfoDao</role>
Y
yong.you 已提交
2081
				</requirement>
2082 2083 2084
				<requirement>
					<role>com.dianping.cat.core.dal.ProjectDao</role>
				</requirement>
Y
yong.you 已提交
2085
				<requirement>
2086
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
2087 2088 2089 2090
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2091 2092
			<role>com.dianping.cat.core.dal.HostinfoDao</role>
			<implementation>com.dianping.cat.core.dal.HostinfoDao</implementation>
Y
yong.you 已提交
2093 2094 2095 2096 2097 2098
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
2099 2100 2101 2102 2103 2104 2105 2106 2107
		<component>
			<role>com.dianping.cat.core.dal.ProjectDao</role>
			<implementation>com.dianping.cat.core.dal.ProjectDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2108 2109 2110 2111 2112
		<component>
			<role>com.dianping.cat.report.page.cache.Handler</role>
			<implementation>com.dianping.cat.report.page.cache.Handler</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2113 2114 2115
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
					<field-name>m_eventService</field-name>
Y
youyong 已提交
2116 2117
				</requirement>
				<requirement>
Y
youyong 已提交
2118
					<role>com.dianping.cat.report.page.cache.JspViewer</role>
Y
youyong 已提交
2119 2120
				</requirement>
				<requirement>
Y
youyong 已提交
2121
					<role>com.dianping.cat.report.service.ReportService</role>
Y
youyong 已提交
2122
				</requirement>
2123 2124 2125 2126 2127 2128
				<requirement>
					<role>com.dianping.cat.report.page.transaction.TransactionMergeManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.event.EventMergeManager</role>
				</requirement>
Y
yong.you 已提交
2129
				<requirement>
Y
yong.you 已提交
2130
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2131
				</requirement>
Y
youyong 已提交
2132 2133
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
Y
youyong 已提交
2134 2135
					<role-hint>transaction</role-hint>
					<field-name>m_transactionService</field-name>
Y
youyong 已提交
2136 2137 2138 2139 2140 2141
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.cache.JspViewer</role>
			<implementation>com.dianping.cat.report.page.cache.JspViewer</implementation>
F
Frankie Wu 已提交
2142 2143 2144 2145 2146
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2147
		</component>
Y
youyong 已提交
2148 2149 2150 2151 2152 2153 2154 2155 2156 2157
		<component>
			<role>com.dianping.cat.report.page.state.Handler</role>
			<implementation>com.dianping.cat.report.page.state.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.state.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
Y
youyong 已提交
2158 2159 2160
				<requirement>
					<role>com.dianping.cat.report.page.state.StateGraphs</role>
				</requirement>
Y
youyong 已提交
2161 2162 2163 2164 2165
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>state</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
2166
				<requirement>
Y
yong.you 已提交
2167
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2168
				</requirement>
Y
youyong 已提交
2169 2170 2171 2172 2173
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.state.JspViewer</role>
			<implementation>com.dianping.cat.report.page.state.JspViewer</implementation>
F
Frankie Wu 已提交
2174 2175 2176 2177 2178
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2179
		</component>
Y
youyong 已提交
2180 2181 2182 2183 2184 2185 2186 2187 2188
		<component>
			<role>com.dianping.cat.report.page.state.StateGraphs</role>
			<implementation>com.dianping.cat.report.page.state.StateGraphs</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204
		<component>
			<role>com.dianping.cat.report.page.top.Handler</role>
			<implementation>com.dianping.cat.report.page.top.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.top.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>top</role-hint>
					<field-name>m_service</field-name>
				</requirement>
				<requirement>
Y
yong.you 已提交
2205
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
youyong 已提交
2206 2207 2208 2209 2210 2211
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.top.JspViewer</role>
			<implementation>com.dianping.cat.report.page.top.JspViewer</implementation>
F
Frankie Wu 已提交
2212 2213 2214 2215 2216
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2217
		</component>
2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229
		<component>
			<role>com.dianping.cat.report.page.metric.Handler</role>
			<implementation>com.dianping.cat.report.page.metric.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.metric.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>metric</role-hint>
					<field-name>m_service</field-name>
				</requirement>
Y
yong.you 已提交
2230
				<requirement>
Y
yong.you 已提交
2231
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2232
				</requirement>
Y
yong.you 已提交
2233
				<requirement>
Y
yong.you 已提交
2234
					<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
Y
yong.you 已提交
2235
				</requirement>
Y
yong.you 已提交
2236
				<requirement>
Y
yong.you 已提交
2237
					<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
Y
yong.you 已提交
2238
				</requirement>
Y
yong.you 已提交
2239
				<requirement>
Y
yong.you 已提交
2240
					<role>com.dianping.cat.system.page.abtest.service.ABTestService</role>
Y
yong.you 已提交
2241
				</requirement>
2242 2243 2244 2245 2246 2247
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.baseline.BaselineService</role>
				</requirement>
2248 2249 2250 2251 2252
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.metric.JspViewer</role>
			<implementation>com.dianping.cat.report.page.metric.JspViewer</implementation>
Y
yong.you 已提交
2253 2254 2255 2256 2257
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
2258
		</component>
Y
yong.you 已提交
2259
		<component>
Y
yong.you 已提交
2260 2261 2262 2263
			<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
			<implementation>com.dianping.cat.consumer.advanced.MetricConfigManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
2264
					<role>com.dianping.cat.core.config.ConfigDao</role>
Y
yong.you 已提交
2265 2266
				</requirement>
			</requirements>
Y
yong.you 已提交
2267
		</component>
Y
yong.you 已提交
2268
		<component>
Y
yong.you 已提交
2269 2270
			<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
			<implementation>com.dianping.cat.consumer.advanced.ProductLineConfigManager</implementation>
Y
yong.you 已提交
2271 2272
			<requirements>
				<requirement>
Y
yong.you 已提交
2273
					<role>com.dianping.cat.core.config.ConfigDao</role>
Y
yong.you 已提交
2274 2275 2276
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2277
		<component>
Y
yong.you 已提交
2278 2279
			<role>com.dianping.cat.report.page.jsError.Handler</role>
			<implementation>com.dianping.cat.report.page.jsError.Handler</implementation>
Y
yong.you 已提交
2280 2281
			<requirements>
				<requirement>
Y
yong.you 已提交
2282
					<role>com.dianping.cat.report.page.jsError.JspViewer</role>
Y
yong.you 已提交
2283 2284 2285 2286
				</requirement>
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2287 2288
			<role>com.dianping.cat.report.page.jsError.JspViewer</role>
			<implementation>com.dianping.cat.report.page.jsError.JspViewer</implementation>
Y
yong.you 已提交
2289 2290 2291 2292 2293
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
2294
		</component>
Y
yong.you 已提交
2295 2296 2297 2298 2299
		<component>
			<role>com.dianping.cat.report.page.dependency.Handler</role>
			<implementation>com.dianping.cat.report.page.dependency.Handler</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
2300 2301 2302
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
					<field-name>m_dependencyService</field-name>
Y
yong.you 已提交
2303 2304
				</requirement>
				<requirement>
Y
yong.you 已提交
2305
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
Y
yong.you 已提交
2306
				</requirement>
2307
				<requirement>
Y
yong.you 已提交
2308
					<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
2309
				</requirement>
2310
				<requirement>
Y
yong.you 已提交
2311
					<role>com.dianping.cat.report.page.dependency.ExternalInfoBuilder</role>
2312
				</requirement>
Y
yong.you 已提交
2313
				<requirement>
Y
yong.you 已提交
2314
					<role>com.dianping.cat.report.page.dependency.JspViewer</role>
Y
yong.you 已提交
2315
				</requirement>
Y
yong.you 已提交
2316
				<requirement>
Y
yong.you 已提交
2317
					<role>com.dianping.cat.report.page.PayloadNormalizer</role>
Y
yong.you 已提交
2318
				</requirement>
Y
yong.you 已提交
2319 2320
			</requirements>
		</component>
Y
yong.you 已提交
2321
		<component>
Y
yong.you 已提交
2322 2323
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphManager</implementation>
Y
yong.you 已提交
2324 2325 2326 2327 2328 2329 2330
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>dependency</role-hint>
					<field-name>m_service</field-name>
				</requirement>
				<requirement>
Y
yong.you 已提交
2331
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
Y
yong.you 已提交
2332
				</requirement>
Y
yong.you 已提交
2333
				<requirement>
Y
yong.you 已提交
2334
					<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
Y
yong.you 已提交
2335 2336
				</requirement>
				<requirement>
2337
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
2338
				</requirement>
Y
yong.you 已提交
2339 2340 2341
				<requirement>
					<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
				</requirement>
2342 2343 2344
				<requirement>
					<role>com.dianping.cat.report.view.DomainNavManager</role>
				</requirement>
Y
yong.you 已提交
2345 2346 2347
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2348 2349
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphBuilder</implementation>
Y
yong.you 已提交
2350
		</component>
Y
yong.you 已提交
2351 2352 2353 2354 2355 2356 2357 2358 2359
		<component>
			<role>com.dianping.cat.home.dal.report.TopologyGraphDao</role>
			<implementation>com.dianping.cat.home.dal.report.TopologyGraphDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
2360 2361 2362 2363 2364
		<component>
			<role>com.dianping.cat.report.view.DomainNavManager</role>
			<implementation>com.dianping.cat.report.view.DomainNavManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
2365
					<role>com.dianping.cat.core.dal.ProjectDao</role>
2366 2367
				</requirement>
				<requirement>
2368
					<role>com.dianping.cat.ServerConfigManager</role>
2369 2370 2371
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401
		<component>
			<role>com.dianping.cat.report.page.dependency.ExternalInfoBuilder</role>
			<implementation>com.dianping.cat.report.page.dependency.ExternalInfoBuilder</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>problem</role-hint>
					<field-name>m_problemservice</field-name>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>top</role-hint>
					<field-name>m_topService</field-name>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.ReportService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
			<implementation>com.dianping.cat.report.page.externalError.EventCollectManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.report.EventDao</role>
				</requirement>
				<requirement>
2402
					<role>com.dianping.cat.ServerConfigManager</role>
Y
yong.you 已提交
2403 2404 2405 2406 2407 2408 2409 2410 2411 2412
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.report.EventDao</role>
			<implementation>com.dianping.cat.home.dal.report.EventDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
2413 2414
			</requirements>
		</component>
Y
yong.you 已提交
2415 2416 2417 2418 2419 2420 2421 2422
		<component>
			<role>com.dianping.cat.report.page.dependency.JspViewer</role>
			<implementation>com.dianping.cat.report.page.dependency.JspViewer</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
yong.you 已提交
2423
		</component>
Y
yong.you 已提交
2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441
		<component>
			<role>com.dianping.cat.report.page.externalError.Handler</role>
			<implementation>com.dianping.cat.report.page.externalError.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.report.page.externalError.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.externalError.EventCollectManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.consumer.DomainManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.report.page.externalError.JspViewer</role>
			<implementation>com.dianping.cat.report.page.externalError.JspViewer</implementation>
Y
yong.you 已提交
2442 2443 2444 2445 2446 2447
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458
		<component>
			<role>com.dianping.cat.system.SystemModule</role>
			<implementation>com.dianping.cat.system.SystemModule</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.Handler</role>
			<implementation>com.dianping.cat.system.page.alarm.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.JspViewer</role>
				</requirement>
Y
youyong 已提交
2459 2460 2461 2462 2463 2464 2465
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RecordManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RuleManager</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2466
					<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
Y
youyong 已提交
2467 2468
				</requirement>
				<requirement>
Y
youyong 已提交
2469
					<role>com.dianping.cat.system.page.alarm.TemplateManager</role>
Y
youyong 已提交
2470
				</requirement>
F
Frankie Wu 已提交
2471 2472 2473 2474 2475
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.JspViewer</role>
			<implementation>com.dianping.cat.system.page.alarm.JspViewer</implementation>
F
Frankie Wu 已提交
2476 2477 2478 2479 2480
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2481
		</component>
Y
youyong 已提交
2482 2483 2484 2485 2486 2487 2488 2489
		<component>
			<role>com.dianping.cat.system.page.alarm.RecordManager</role>
			<implementation>com.dianping.cat.system.page.alarm.RecordManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
				</requirement>
				<requirement>
Y
youyong 已提交
2490
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
Y
youyong 已提交
2491 2492
				</requirement>
				<requirement>
Y
youyong 已提交
2493
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
Y
youyong 已提交
2494 2495 2496 2497 2498 2499 2500 2501
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2502
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2503 2504 2505 2506
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2507 2508
			<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.MailRecordDao</implementation>
Y
youyong 已提交
2509 2510
			<requirements>
				<requirement>
Y
youyong 已提交
2511
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2512 2513 2514 2515
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2516 2517
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</implementation>
Y
youyong 已提交
2518 2519
			<requirements>
				<requirement>
Y
youyong 已提交
2520
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.alarm.RuleManager</role>
			<implementation>com.dianping.cat.system.page.alarm.RuleManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleSubscriptionDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
Y
youyong 已提交
2537
				<requirement>
Y
yong.you 已提交
2538
					<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
Y
youyong 已提交
2539
				</requirement>
Y
youyong 已提交
2540 2541 2542 2543 2544 2545 2546
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmRuleDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2547
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2548 2549 2550 2551 2552 2553 2554 2555
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2556
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2557 2558 2559
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2560
		<component>
Y
yong.you 已提交
2561 2562
			<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
			<implementation>com.dianping.cat.home.dal.user.DpAdminLoginDao</implementation>
Y
youyong 已提交
2563 2564
			<requirements>
				<requirement>
Y
youyong 已提交
2565
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2566 2567 2568
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2569 2570 2571 2572 2573
		<component>
			<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
			<implementation>com.dianping.cat.system.page.alarm.ScheduledManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
2574
					<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
Y
youyong 已提交
2575 2576
				</requirement>
				<requirement>
Y
youyong 已提交
2577
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
Y
youyong 已提交
2578
				</requirement>
Y
youyong 已提交
2579
				<requirement>
Y
youyong 已提交
2580
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportSubscriptionDao</role>
Y
youyong 已提交
2581
				</requirement>
Y
youyong 已提交
2582 2583 2584 2585 2586 2587 2588
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
			<implementation>com.dianping.cat.home.dal.alarm.ScheduledReportDao</implementation>
			<requirements>
				<requirement>
Y
youyong 已提交
2589
					<role>org.unidal.dal.jdbc.QueryEngine</role>
Y
youyong 已提交
2590 2591 2592
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2593 2594 2595 2596 2597 2598 2599 2600 2601
		<component>
			<role>com.dianping.cat.system.page.alarm.TemplateManager</role>
			<implementation>com.dianping.cat.system.page.alarm.TemplateManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
			</requirements>
		</component>
F
Frankie Wu 已提交
2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616
		<component>
			<role>com.dianping.cat.system.page.login.Handler</role>
			<implementation>com.dianping.cat.system.page.login.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.JspViewer</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.SigninService</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.JspViewer</role>
			<implementation>com.dianping.cat.system.page.login.JspViewer</implementation>
F
Frankie Wu 已提交
2617 2618 2619 2620 2621
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
F
Frankie Wu 已提交
2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.SigninService</role>
			<implementation>com.dianping.cat.system.page.login.service.SigninService</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.TokenManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.SessionManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.TokenManager</role>
			<implementation>com.dianping.cat.system.page.login.service.TokenManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.CookieManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.login.service.TokenBuilder</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.CookieManager</role>
			<implementation>com.dianping.cat.system.page.login.service.CookieManager</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.TokenBuilder</role>
			<implementation>com.dianping.cat.system.page.login.service.TokenBuilder</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.page.login.service.SessionManager</role>
			<implementation>com.dianping.cat.system.page.login.service.SessionManager</implementation>
			<requirements>
				<requirement>
Y
yong.you 已提交
2660
					<role>com.dianping.cat.home.dal.user.DpAdminLoginDao</role>
F
Frankie Wu 已提交
2661 2662 2663
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2664
		<component>
Y
yong.you 已提交
2665 2666
			<role>com.dianping.cat.system.page.config.Handler</role>
			<implementation>com.dianping.cat.system.page.config.Handler</implementation>
Y
youyong 已提交
2667 2668
			<requirements>
				<requirement>
Y
yong.you 已提交
2669
					<role>com.dianping.cat.system.page.config.JspViewer</role>
Y
youyong 已提交
2670 2671
				</requirement>
				<requirement>
Y
yong.you 已提交
2672
					<role>com.dianping.cat.core.dal.ProjectDao</role>
Y
youyong 已提交
2673
				</requirement>
2674
				<requirement>
2675
					<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</role>
2676
				</requirement>
2677
				<requirement>
Y
yong.you 已提交
2678
					<role>com.dianping.cat.consumer.advanced.ProductLineConfigManager</role>
2679
				</requirement>
Y
yong.you 已提交
2680
				<requirement>
Y
yong.you 已提交
2681
					<role>com.dianping.cat.consumer.problem.aggregation.AggregationConfigManager</role>
Y
yong.you 已提交
2682
				</requirement>
Y
yong.you 已提交
2683 2684 2685
				<requirement>
					<role>com.dianping.cat.consumer.advanced.MetricConfigManager</role>
				</requirement>
2686 2687 2688
				<requirement>
					<role>com.dianping.cat.report.view.DomainNavManager</role>
				</requirement>
Y
youyong 已提交
2689 2690 2691
			</requirements>
		</component>
		<component>
Y
yong.you 已提交
2692 2693
			<role>com.dianping.cat.system.page.config.JspViewer</role>
			<implementation>com.dianping.cat.system.page.config.JspViewer</implementation>
F
Frankie Wu 已提交
2694 2695 2696 2697 2698
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
Y
youyong 已提交
2699
		</component>
Y
youyong 已提交
2700
		<component>
Y
yong.you 已提交
2701 2702
			<role>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</role>
			<implementation>com.dianping.cat.report.page.dependency.graph.TopologyGraphConfigManager</implementation>
Y
youyong 已提交
2703 2704
			<requirements>
				<requirement>
Y
yong.you 已提交
2705
					<role>com.dianping.cat.core.config.ConfigDao</role>
Y
youyong 已提交
2706
				</requirement>
Y
youyong 已提交
2707 2708
			</requirements>
		</component>
Y
yong.you 已提交
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722
		<component>
			<role>com.dianping.cat.system.page.abtest.Handler</role>
			<implementation>com.dianping.cat.system.page.abtest.Handler</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.AbtestDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.AbtestRunDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.abtest.GroupStrategyDao</role>
				</requirement>
				<requirement>
Y
yong.you 已提交
2723
					<role>com.dianping.cat.core.dal.ProjectDao</role>
Y
yong.you 已提交
2724 2725 2726 2727 2728 2729
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.abtest.JspViewer</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2730 2731 2732 2733 2734 2735 2736 2737 2738
		<component>
			<role>com.dianping.cat.home.dal.abtest.AbtestDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.AbtestDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765
		<component>
			<role>com.dianping.cat.home.dal.abtest.AbtestRunDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.AbtestRunDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.home.dal.abtest.GroupStrategyDao</role>
			<implementation>com.dianping.cat.home.dal.abtest.GroupStrategyDao</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.dal.jdbc.QueryEngine</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.page.abtest.JspViewer</role>
			<implementation>com.dianping.cat.system.page.abtest.JspViewer</implementation>
			<requirements>
				<requirement>
					<role>org.unidal.web.mvc.view.model.ModelHandler</role>
				</requirement>
			</requirements>
		</component>
Y
yong.you 已提交
2766 2767 2768 2769
		<component>
			<role>com.dianping.cat.system.alarm.AlarmContentBuilder</role>
			<implementation>com.dianping.cat.system.alarm.AlarmContentBuilder</implementation>
		</component>
Y
youyong 已提交
2770
		<component>
Y
youyong 已提交
2771 2772
			<role>com.dianping.cat.system.alarm.AlarmRuleCreator</role>
			<implementation>com.dianping.cat.system.alarm.AlarmRuleCreator</implementation>
Y
youyong 已提交
2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.ScheduledReportDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.page.model.spi.ModelService</role>
					<role-hint>event</role-hint>
				</requirement>
			</requirements>
		</component>
Y
youyong 已提交
2789 2790 2791
		<component>
			<role>com.dianping.cat.system.tool.MailSMS</role>
			<implementation>com.dianping.cat.system.tool.MailSMSImpl</implementation>
Y
youyong 已提交
2792 2793
			<requirements>
				<requirement>
2794
					<role>com.dianping.cat.ServerConfigManager</role>
Y
youyong 已提交
2795 2796
				</requirement>
			</requirements>
Y
youyong 已提交
2797 2798 2799
		</component>
		<component>
			<role>com.dianping.cat.system.notify.ReportRender</role>
Y
youyong 已提交
2800
			<implementation>com.dianping.cat.system.notify.ReportRenderImpl</implementation>
Y
youyong 已提交
2801 2802
		</component>
		<component>
Y
youyong 已提交
2803 2804
			<role>com.dianping.cat.system.notify.ScheduledMailTask</role>
			<implementation>com.dianping.cat.system.notify.ScheduledMailTask</implementation>
Y
youyong 已提交
2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.notify.ReportRender</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.tool.MailSMS</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.report.service.DailyReportService</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.ScheduledManager</role>
				</requirement>
Y
youyong 已提交
2818 2819 2820
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
				</requirement>
Y
youyong 已提交
2821 2822
			</requirements>
		</component>
Y
youyong 已提交
2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836
		<component>
			<role>com.dianping.cat.system.event.EventListenerRegistry</role>
			<implementation>com.dianping.cat.system.event.DefaultEventListenerRegistry</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.event.EventDispatcher</role>
			<implementation>com.dianping.cat.system.event.DefaultEventDispatcher</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventListenerRegistry</role>
				</requirement>
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2837 2838 2839 2840 2841 2842 2843 2844 2845 2846
			<role>com.dianping.cat.system.alarm.connector.Connector</role>
			<implementation>com.dianping.cat.system.alarm.connector.impl.ThresholdConnector</implementation>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.alert.AlertManager</role>
			<implementation>com.dianping.cat.system.alarm.alert.AlertManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.MailRecordDao</role>
				</requirement>
Y
youyong 已提交
2847 2848 2849 2850
				<requirement>
					<role>com.dianping.cat.system.tool.MailSMS</role>
				</requirement>
				<requirement>
2851
					<role>com.dianping.cat.ServerConfigManager</role>
Y
youyong 已提交
2852
				</requirement>
Y
youyong 已提交
2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
			<implementation>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmTemplateDao</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.home.dal.alarm.AlarmRuleDao</role>
				</requirement>
Y
youyong 已提交
2865
				<requirement>
2866
					<role>com.dianping.cat.ServerConfigManager</role>
Y
youyong 已提交
2867
				</requirement>
Y
youyong 已提交
2868 2869 2870 2871 2872
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.listener.ExceptionDataListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ExceptionDataListener</implementation>
Y
youyong 已提交
2873 2874 2875 2876
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
2877 2878 2879
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
Y
youyong 已提交
2880 2881 2882
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2883 2884
			<role>com.dianping.cat.system.alarm.threshold.listener.ServiceDataListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ServiceDataListener</implementation>
Y
youyong 已提交
2885 2886 2887 2888
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
			</requirements>
		</component>
		<component>
			<role>com.dianping.cat.system.alarm.threshold.listener.ThresholdAlertListener</role>
			<implementation>com.dianping.cat.system.alarm.threshold.listener.ThresholdAlertListener</implementation>
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.alarm.alert.AlertManager</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.page.alarm.RuleManager</role>
				</requirement>
Y
yong.you 已提交
2904 2905 2906
				<requirement>
					<role>com.dianping.cat.system.alarm.AlarmContentBuilder</role>
				</requirement>
Y
youyong 已提交
2907 2908 2909
			</requirements>
		</component>
		<component>
Y
youyong 已提交
2910 2911
			<role>com.dianping.cat.system.alarm.AlarmTask</role>
			<implementation>com.dianping.cat.system.alarm.AlarmTask</implementation>
Y
youyong 已提交
2912 2913 2914 2915
			<requirements>
				<requirement>
					<role>com.dianping.cat.system.event.EventDispatcher</role>
				</requirement>
Y
youyong 已提交
2916 2917 2918 2919 2920 2921
				<requirement>
					<role>com.dianping.cat.system.alarm.connector.Connector</role>
				</requirement>
				<requirement>
					<role>com.dianping.cat.system.alarm.threshold.ThresholdRuleManager</role>
				</requirement>
Y
youyong 已提交
2922 2923
			</requirements>
		</component>
F
Frankie Wu 已提交
2924 2925
	</components>
</plexus>