|
1 | | -# Correlation Vector-CSharp [](https://www.nuget.org/packages/Microsoft.CorrelationVector/) |
| 1 | +# ShortDev.Microsoft.CorrelationVector |
| 2 | + [](https://www.nuget.org/packages/ShortDev.Microsoft.CorrelationVector/) |
2 | 3 |
|
3 | | -CorrelationVector-CSharp provides the CSharp implementation of the CorrelationVector protocol for tracing and correlation of events through a distributed system. |
| 4 | +Microsoft.CorrelationVector provides the CSharp implementation of the CorrelationVector protocol for tracing and correlation of events through a distributed system. |
4 | 5 |
|
5 | | -# Correlation Vector |
6 | 6 | ## Background |
7 | 7 |
|
8 | 8 | **Correlation Vector** (a.k.a. **cV**) is a format and protocol standard for tracing and correlation of events through a distributed system based on a light weight vector clock. |
9 | 9 | The standard is widely used internally at Microsoft for first party applications and services and supported across multiple logging libraries and platforms (Services, Clients - Native, Managed, Js, iOS, Android etc). The standard powers a variety of different data processing needs ranging from distributed tracing & debugging to system and business intelligence, in various business organizations. |
10 | 10 |
|
11 | 11 | For more on the correlation vector specification and the scenarios it supports, please refer to the [specification](https://github.com/Microsoft/CorrelationVector) repo. |
12 | 12 |
|
13 | | -# Contributing |
14 | | - |
15 | | -This project welcomes contributions and suggestions. Most contributions require you to agree to a |
16 | | -Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
17 | | -the rights to use your contribution. For details, visit https://cla.microsoft.com. |
18 | | - |
19 | | -When you submit a pull request, a CLA-bot will automatically determine whether you need to provide |
20 | | -a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions |
21 | | -provided by the bot. You will only need to do this once across all repos using our CLA. |
22 | | - |
23 | | -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
24 | | -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
25 | | -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
26 | | - |
27 | | -# General feedback and discussions? |
28 | | -Please start a discussion on the [Home repo issue tracker](https://github.com/Microsoft/CorrelationVector-CSharp/issues) |
| 13 | +## License |
| 14 | +This project is licensed under the [MIT License](LICENSE). |
0 commit comments