Skip to content

Commit

Permalink
Add deprecation version for MetricBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored and otherpirate committed Mar 15, 2019
1 parent 2475e5e commit 62ea629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/mqtt_consumer/mqtt_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type MQTTConsumer struct {

parser parsers.Parser

// Legacy metric buffer support
// Legacy metric buffer support; deprecated in v0.10.3
MetricBuffer int

PersistentSession bool
Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/nats_consumer/nats_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type natsConsumer struct {
PendingMessageLimit int
PendingBytesLimit int

// Legacy metric buffer support
// Legacy metric buffer support; deprecated in v0.10.3
MetricBuffer int

parser parsers.Parser
Expand Down

0 comments on commit 62ea629

Please sign in to comment.