Skip to content

Commit 3e2cb64

Browse files
committed
v3.0.1
1 parent e6268b4 commit 3e2cb64

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------#
66

77
environment:
8-
NUGET_RELEASE_VERSION: 3.0.0
8+
NUGET_RELEASE_VERSION: 3.0.1
99
NUGET_FILE: BosunReporter\BosunReporter.nuspec
1010
ASSEMBLY_FILE: BosunReporter\Properties\AssemblyInfo.cs
1111

docs/ReleaseNotes.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# BosunReporter.NET Release Notes
22

3+
#### 3.0.1
4+
5+
- Stop metric serialization when the queue is full so that we only throw the queue-full exception once per serialization interval.
6+
- `BosunOptions.ThrowOnPostFail` now only applies to 5xx response codes. So, if a 4xx is received, an exception will still be thrown since that probably indicates a problem with the library rather than Bosun being down.
7+
- Increased the default `BosunOptions.MaxPendingPayloads` from 120 to 240.
8+
39
## 3.0.0
410

511
There are several changes in version 3.0, including some new features and minor breaking changes.
@@ -47,11 +53,11 @@ public class Metric3 : Metric1
4753

4854
> This feature requires you to be using [tsdbrelay](https://github.com/bosun-monitor/bosun/tree/master/cmd/tsdbrelay) as an intermediary between your app and Bosun. You'll need to run tsdbrelay with `-redis=REDIS_SERVER_NAME` and setup an [scollector](https://github.com/bosun-monitor/bosun/tree/master/cmd/scollector) instance to scrape it with:
4955
>
50-
> ```
51-
> [[RedisCounters]]
52-
> Server = "localhost:6379"
53-
> Database = 2
54-
> ```
56+
> ```
57+
> [[RedisCounters]]
58+
> Server = "localhost:6379"
59+
> Database = 2
60+
> ```
5561
5662
External counters are intended to solve the problem of counting low-volume events.
5763

packages/repositories.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<repositories>
3-
<repository path="..\BosunReporter\packages.config" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<repositories>
3+
<repository path="..\BosunReporter\packages.config" />
44
</repositories>

0 commit comments

Comments
 (0)