JustEat.StatsD 5.1.0

Prefix Reserved
dotnet add package JustEat.StatsD --version 5.1.0
                    
NuGet\Install-Package JustEat.StatsD -Version 5.1.0
                    
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="JustEat.StatsD" Version="5.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JustEat.StatsD" Version="5.1.0" />
                    
Directory.Packages.props
<PackageReference Include="JustEat.StatsD" />
                    
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 JustEat.StatsD --version 5.1.0
                    
#r "nuget: JustEat.StatsD, 5.1.0"
                    
#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 JustEat.StatsD@5.1.0
                    
#: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=JustEat.StatsD&version=5.1.0
                    
Install as a Cake Addin
#tool nuget:?package=JustEat.StatsD&version=5.1.0
                    
Install as a Cake Tool

JustEat.StatsD

NuGet version Build status codecov

Summary

A library to publish StatsD metrics from .NET applications to a server.

Features

  • Easy to use.
  • Robust and proven.
  • Tuned for high performance and low resource usage.
  • Supports standard StatsD primitives: Increment, Decrement, Timing and Gauge.
  • Supports tagging on Increment, Decrement, Timing and Gauge.
  • Supports sampling for cutting down of sends of high-volume metrics.
  • Helpers to make it easy to time a delegate such as a Func<T> or Action<T>, or a code block inside a using statement.
  • Send stats over UDP or IP.
  • Send stats to a server by name or IP address.

Feedback

Any feedback or issues for this library can be added to the issues in GitHub.

License

This package is licensed under the Apache 2.0 license.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on JustEat.StatsD:

Package Downloads
Pat.Subscriber.Telemetry.StatsD

Purplebricks message subscriber infrastructure: StatsD Monitoring Behaviour

Akka.Monitoring.StatsD

StatsD monitoring support for Akka.NET actors.

Bruteflow.Kafka.Stats

Package Description

JE.ApiExceptions.WebApi.StatsD

Drop in exception stats and logging for webapi

JE.EmbeddedChecks.StatsD

Embedding tests into applications to execute at run-time.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on JustEat.StatsD:

Repository Stars
tomkerkhove/promitor
Bringing Azure Monitor metrics where you need them.
petabridge/akka-monitoring
Monitoring system instrumentation for Akka.NET actor systems
Version Downloads Last Updated
5.1.0 180,445 1/15/2025
5.0.1 435,651 4/23/2024
5.0.0 100,803 12/5/2023
4.2.0 2,881,003 11/10/2020
4.1.0 737,358 10/11/2019
4.0.1 497,776 4/8/2019
4.0.0 212,059 1/21/2019
4.0.0-beta01 1,859 12/18/2018
3.2.2 153,552 10/8/2018
3.2.1 3,432 10/3/2018
3.2.0 2,110 10/2/2018
3.1.1 19,020 8/6/2018
3.1.0-beta01 1,748 8/1/2018
3.0.0 38,715 6/20/2018
2.1.0 24,549 3/6/2018
2.0.0 21,167 2/22/2018
Loading failed