JustEat.StatsD
5.1.0
Prefix Reserved
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
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.
paket add JustEat.StatsD --version 5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
// Install JustEat.StatsD as a Cake Addin #addin nuget:?package=JustEat.StatsD&version=5.1.0 // Install JustEat.StatsD as a Cake Tool #tool nuget:?package=JustEat.StatsD&version=5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
JustEat.StatsD
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
andGauge
. - Supports tagging on
Increment
,Decrement
,Timing
andGauge
. - 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>
orAction<T>
, or a code block inside ausing
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 | Versions 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. |
.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.
-
.NETFramework 4.6.2
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- System.Memory (>= 4.5.1)
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- System.Memory (>= 4.5.1)
-
net6.0
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 | 1,096 | 1/15/2025 |
5.0.1 | 144,746 | 4/23/2024 |
5.0.0 | 78,501 | 12/5/2023 |
4.2.0 | 2,393,340 | 11/10/2020 |
4.1.0 | 661,615 | 10/11/2019 |
4.0.1 | 420,613 | 4/8/2019 |
4.0.0 | 208,088 | 1/21/2019 |
4.0.0-beta01 | 1,481 | 12/18/2018 |
3.2.2 | 139,942 | 10/8/2018 |
3.2.1 | 2,775 | 10/3/2018 |
3.2.0 | 1,440 | 10/2/2018 |
3.1.1 | 18,184 | 8/6/2018 |
3.1.0-beta01 | 1,339 | 8/1/2018 |
3.0.0 | 36,978 | 6/20/2018 |
2.1.0 | 23,242 | 3/6/2018 |
2.0.0 | 13,956 | 2/22/2018 |
1.1.0 | 70,078 | 3/8/2017 |
1.0.5.56 | 158,918 | 2/26/2016 |
1.0.4.35 | 5,659 | 10/28/2015 |
1.0.3.27 | 2,091 | 10/28/2015 |
1.0.3.15 | 40,398 | 7/24/2015 |
1.0.2.13 | 3,264 | 7/24/2015 |
1.0.1.7 | 3,668 | 7/22/2015 |