Skip to content

Framework for monitoring the state of the system and system modules.

License

Notifications You must be signed in to change notification settings

a-gubskiy/X.Spectator

Repository files navigation

X.Spectator

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.

More information about library on Medium.

Features

  • Extensible API: Flexible and extensible API, allowing for custom monitoring solutions.
  • Ease of Use: Simplified integration process with clear and concise documentation.
  • Compatibility: Seamlessly integrates with various .NET applications and services.

Installation

To install X.Spectator 2.0, use the following NuGet command:

dotnet add package X.Spectator --version 2.0.0

Or add the package directly to your csproj file:

<PackageReference Include="X.Spectator" Version="2.0.0" />

Contributing

We welcome contributions to the X.Spectator project! If you have any ideas, bug reports, or pull requests, please visit our GitHub repository.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Create a new Pull Request.

License

X.Spectator 2.0 is licensed under the MIT License. See the LICENSE file for more details.