Skip to content

Commit

Permalink
Fix nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
gphat committed Jan 28, 2018
1 parent 75fd6fa commit 21342f6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## Incompatible changes
* These deprecated configuration keys are no longer supported and will cause an error on startup if used in a veneur config file:
** `api_hostname` - replaced in 1.5.0 by `datadog_api_hostname`
** `key` - replaced in 1.5.0 by `datadog_api_key`
** `trace_address` - replaced in 1.7.0 by `ssf_listen_addresses`
** `trace_api_address` - replaced in 1.5.0 by `datadog_trace_api_address`
** `ssf_address` - replaced in 1.7.0 by `ssf_listen_addresses`
** `tcp_address` and `udp_address` - replaced in 1.7.0 by `statsd_listen_addresses`
* `api_hostname` - replaced in 1.5.0 by `datadog_api_hostname`
* `key` - replaced in 1.5.0 by `datadog_api_key`
* `trace_address` - replaced in 1.7.0 by `ssf_listen_addresses`
* `trace_api_address` - replaced in 1.5.0 by `datadog_trace_api_address`
* `ssf_address` - replaced in 1.7.0 by `ssf_listen_addresses`
* `tcp_address` and `udp_address` - replaced in 1.7.0 by `statsd_listen_addresses`
* These metrics have changed names:
** Datadog, MetricExtraction, and SignalFx sinks now emit `veneur.sink.metric_flush_total_duration_ns` for metric flush duration and tag it with `sink`
** Datadog, Kafka, MetricExtraction, and SignalFx sinks now emits `sink.metrics_flushed_total` for metric flush counts and tag it with `sink`
** Datadog and LightStep sinks now emit `veneur.sink.span_flush_total_duration_ns` for span flush duration and tag it with `sink`
** Datadog, Kafka, MetricExtraction, and LightStep sinks now emit `sink.spans_flushed_total` for metric flush counts and tag it with `sink`
* Datadog, MetricExtraction, and SignalFx sinks now emit `veneur.sink.metric_flush_total_duration_ns` for metric flush duration and tag it with `sink`
* Datadog, Kafka, MetricExtraction, and SignalFx sinks now emits `sink.metrics_flushed_total` for metric flush counts and tag it with `sink`
* Datadog and LightStep sinks now emit `veneur.sink.span_flush_total_duration_ns` for span flush duration and tag it with `sink`
* Datadog, Kafka, MetricExtraction, and LightStep sinks now emit `sink.spans_flushed_total` for metric flush counts and tag it with `sink`
* Veneur's internal metrics are no longer tagged with `veneurlocalonly`. This means that percentile metrics (such as timers) will now be aggregated globally.


Expand Down

0 comments on commit 21342f6

Please sign in to comment.