Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov committed Nov 27, 2017
1 parent dcc5af8 commit 843574b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ Main features:


Supported metrics (counter types):
- Number of Items (example: measure umber of received requests);
- Number of Items (example: measure number of received requests);
- Operations per Second (example: measure performance of your code);
- Average Count (example: measure average size of queue);
- Average Time (example: measure average execution time of your functions);
- Moment Time (example: fixate time of some process that executing only once);
- Elapsed Time (example: measure the total execution time of your application).
- Elapsed Time (example: measure the total execution time of your application);
- Delta (example: measure changes in processing rate);



Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.2.0 (27.11.2017)
- DeltaCounter added

v2.1.2 (17.05.2017)
- Performance: avoid closure creation in MultiInstanceCategory

Expand Down
2 changes: 1 addition & 1 deletion src/Qoollo.PerformanceCounters/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.2")]
[assembly: AssemblyVersion("2.2.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library for collecting and tracking performance metrics in your .NET applications.</description>
<releaseNotes>
v2.1.2 (17.05.2017)
- Performance: avoid closure creation in MultiInstanceCategory
v2.2.0 (27.11.2017)
- DeltaCounter added
</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>Qoollo PerformanceCounters PerformanceCounter PerfCounters Performance Perf Counters Counter Health Profiling Monitoring perfmon Graphite</tags>
Expand Down

0 comments on commit 843574b

Please sign in to comment.