skywalking-java/oap-server
彭勇升 pengys 63fb961c0d New OAP annotations, they are friendly for streaming loader. (#2670)
* New stream annotation.
- Inventory annotation example:
@Stream(name = ServiceInventory.INDEX_NAME, scopeId = DefaultScopeDefine.SERVICE_INVENTORY, storage = @Storage(builder = ServiceInventory.Builder.class, deleteHistory = false), kind = StreamKind.Inventory)

- Metrics annotation example:
@Stream(name = ServiceRelationClientSideMetrics.INDEX_NAME, scopeId = DefaultScopeDefine.SERVICE_RELATION, storage = @Storage(builder = ServiceRelationClientSideMetrics.Builder.class), kind = StreamKind.Metrics)

- Record annotation example:
@Stream(name = SegmentRecord.INDEX_NAME, scopeId = DefaultScopeDefine.SEGMENT, storage = @Storage(builder = SegmentRecord.Builder.class), kind = StreamKind.Record)

- TopN annotation example:
@Stream(name = TopNDatabaseStatement.INDEX_NAME, scopeId = DefaultScopeDefine.DATABASE_SLOW_STATEMENT, storage = @Storage(builder = TopNDatabaseStatement.Builder.class), kind = StreamKind.TopN)

* no message

* Stream annotation finish.

* Make stream processors to be the singleton class.

* Fixed the compile errors.

* Modify the OAL module for this annotation refactor.

* Add apache license header.

* Duplicate import.

* Fixed check style error.
2019-05-15 22:42:38 +08:00
..
exporter Rename metric and indicator to metrics. (#2643) 2019-05-10 08:05:37 +08:00
generate-tool New OAP annotations, they are friendly for streaming loader. (#2670) 2019-05-15 22:42:38 +08:00
generate-tool-grammar Move to 6.2 (#2563) 2019-04-30 12:16:50 +08:00
generated-analysis Rename metric and indicator to metrics. (#2643) 2019-05-10 08:05:37 +08:00
server-alarm-plugin New OAP annotations, they are friendly for streaming loader. (#2670) 2019-05-15 22:42:38 +08:00
server-cluster-plugin support Nacos cluster (#2640) 2019-05-15 00:29:23 +08:00
server-core New OAP annotations, they are friendly for streaming loader. (#2670) 2019-05-15 22:42:38 +08:00
server-library Rename metric and indicator to metrics. (#2643) 2019-05-10 08:05:37 +08:00
server-query-plugin Rename metric and indicator to metrics. (#2643) 2019-05-10 08:05:37 +08:00
server-receiver-plugin Recover the module name of envoy-metric. (#2645) 2019-05-10 12:02:17 +08:00
server-starter study sharding sphere (#2679) 2019-05-15 19:12:09 +08:00
server-storage-plugin New OAP annotations, they are friendly for streaming loader. (#2670) 2019-05-15 22:42:38 +08:00
server-telemetry Rename metric and indicator to metrics. (#2643) 2019-05-10 08:05:37 +08:00
server-testing Move to 6.2 (#2563) 2019-04-30 12:16:50 +08:00
pom.xml update dependencyManagement (#2660) 2019-05-14 23:09:42 +08:00