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