You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framework for monitoring the state of the system and system modules.
3
+
X.Spectator is a powerful library designed to help developers easily integrate real-time monitoring and analytics into their .NET applications. With X.Spectator 2.0, we introduce a range of new features and improvements that enhance performance, usability, and flexibility.
4
+
5
+
More [information about library](https://andrey-gubskiy.medium.com/x-spectator-2-0-bea1c9073eab) on Medium.
6
+
7
+
## Features
8
+
9
+
-**Extensible API**: Flexible and extensible API, allowing for custom monitoring solutions.
10
+
-**Ease of Use**: Simplified integration process with clear and concise documentation.
11
+
-**Compatibility**: Seamlessly integrates with various .NET applications and services.
12
+
13
+
## Installation
14
+
15
+
To install X.Spectator 2.0, use the following NuGet command:
16
+
17
+
```bash
18
+
dotnet add package X.Spectator --version 2.0.0
19
+
```
20
+
21
+
Or add the package directly to your `csproj` file:
We welcome contributions to the X.Spectator project! If you have any ideas, bug reports, or pull requests, please visit our [GitHub repository](https://github.com/your-repo/x-spectator).
30
+
31
+
1. Fork the repository.
32
+
2. Create your feature branch (`git checkout -b feature/YourFeature`).
33
+
3. Commit your changes (`git commit -am 'Add some feature'`).
34
+
4. Push to the branch (`git push origin feature/YourFeature`).
35
+
5. Create a new Pull Request.
36
+
37
+
## License
38
+
39
+
X.Spectator 2.0 is licensed under the MIT License. See the [LICENSE](https://github.com/ernado-x/X.Spectator/blob/master/LICENSE) file for more details.
0 commit comments