Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bretcope committed Jun 15, 2016
1 parent e6268b4 commit 3e2cb64
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------#

environment:
NUGET_RELEASE_VERSION: 3.0.0
NUGET_RELEASE_VERSION: 3.0.1
NUGET_FILE: BosunReporter\BosunReporter.nuspec
ASSEMBLY_FILE: BosunReporter\Properties\AssemblyInfo.cs

Expand Down
16 changes: 11 additions & 5 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# BosunReporter.NET Release Notes

#### 3.0.1

- Stop metric serialization when the queue is full so that we only throw the queue-full exception once per serialization interval.
- `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.
- Increased the default `BosunOptions.MaxPendingPayloads` from 120 to 240.

## 3.0.0

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

> 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:
>
> ```
> [[RedisCounters]]
> Server = "localhost:6379"
> Database = 2
> ```
> ```
> [[RedisCounters]]
> Server = "localhost:6379"
> Database = 2
> ```
External counters are intended to solve the problem of counting low-volume events.

Expand Down
6 changes: 3 additions & 3 deletions packages/repositories.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\BosunReporter\packages.config" />
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\BosunReporter\packages.config" />
</repositories>

0 comments on commit 3e2cb64

Please sign in to comment.