-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #161 from openBackhaul/eatl_v2.n.m
Specification of ExecutionAndTraceLog v2.0.0
- Loading branch information
Showing
13 changed files
with
10,605 additions
and
2,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
@openBackhaul | ||
/server/ @PrathibaJee | ||
/docs/ @openBackhaul @PrathibaJee @IswaryaaS |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,21 @@ | ||
# ExecutionAndTraceLog | ||
- List of records about service requests | ||
- Thorsten Heinze ([email protected]) | ||
|
||
### ServiceList | ||
- [ExecutionAndTraceLog+services](./ExecutionAndTraceLog+services.yaml) | ||
### Location | ||
The ExecutionAndTraceLog is part of the TinyApplicationController. | ||
The TinyApplicationController is for managing the REST microservices of the application layer. | ||
|
||
### ProfileList and ProfileInstanceList | ||
- to be provided | ||
- to be provided | ||
### Description | ||
Every application that belongs to the application layer sends a record about every processed service request to the ExecutionAndTraceLog. | ||
The ExecutionAndTraceLog stores these records into an ElasticSearch database. | ||
Filtering service records for unsuccessfully executed requests or requests belonging to the same flow is supported. | ||
|
||
### ForwardingList | ||
- [ExecutionAndTraceLog+forwardings](./ExecutionAndTraceLog+forwardings.yaml) | ||
### Relevance | ||
The ExecutionAndTraceLog is core element of the application layer running in the live network at Telefonica Germany. | ||
|
||
### Open API specification (Swagger) | ||
- [ExecutionAndTraceLog](ExecutionAndTraceLog.yaml) | ||
|
||
### CONFIGfile (JSON) | ||
- to be provided | ||
|
||
### Test Cases (Postman Export) and Data File | ||
- [ExecutionAndTraceLog+testcases](./ExecutionAndTraceLog%2Btestcases.json) | ||
- [ExecutionAndTraceLog+data](./ExecutionAndTraceLog+data.json) | ||
|
||
### NodeJS Implementation | ||
- to be provided | ||
|
||
### Publication | ||
- No official publication planned | ||
|
||
### Aspired Classification | ||
- Live Network | ||
|
||
### Open Issue List | ||
- [ExecutionAndTraceLog/issues](../../issues) | ||
### Resources | ||
- [Specification](./spec/) | ||
- [TestSuite](./testing/) | ||
- [Implementation](./server/) | ||
|
||
### Comments | ||
This application is part of the TinyApplicationController for managing the REST applications forming the MBH SDN application layer at Telefonica Germany. | ||
./. |
Oops, something went wrong.