pulse 1.0.1

dotnet add package pulse --version 1.0.1
                    
NuGet\Install-Package pulse -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="pulse" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="pulse" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="pulse" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add pulse --version 1.0.1
                    
#r "nuget: pulse, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package pulse@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=pulse&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=pulse&version=1.0.1
                    
Install as a Cake Tool

pulse

Build Status codecov Nuget MIT License

Pulse is a .NET library defining a common interface and metric configurations. Pulse's common interface allows you to develop metrics libraries that abstract an underlying monitoring system in a test-driven way.

Abstracted metrics libraries are helpful in the event the underlying monitoring system changes. Whether the underlying monitoring library experiences breaking changes or you decide to do a complete swap of the underlying monitoring library, rest assured that you will only have to update the abstracted library and not your service code.

The library targets net5 and net6.

Download

pulse is distributed via the NuGet gallery.

Projects Using pulse

Switching to a Different Metrics Library?

  • All pulse-projects implement the pulse interface, meaning all pulse-projects are interchangable.
  • If you need to change monitoring systems in the future, you can do so without having to change your projects code!
  • If a pulse-project does not exist for the metric monitoring system you need to use, you can easily create one by implementing the pulse common interface.

Contributing

See CONTRIBUTING.md

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines.

Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on pulse:

Package Downloads
pulse.prometheus

An abstracted metrics library for prometheus that implements the pulse project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 806 3/18/2023
1.0.0 659 1/31/2023
1.0.0-alpha.5 390 8/10/2022
1.0.0-alpha.4 313 8/6/2022
1.0.0-alpha.3 235 8/6/2022
1.0.0-alpha.2 220 8/5/2022
1.0.0-alpha.1 250 8/4/2022