Skip to content

Commit

Permalink
Prepare release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Mar 6, 2019
1 parent 178883c commit 091e65f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ CHANGES for Prometheus CrateDB Adapter
Unreleased
==========

2019-03-06 0.2.1
================

- Fixed the translation of prometheus queries using regular expressions
(``metric_name{job=~"something"}``) , so that the generated SQL queries match
the proper records in CrateDB.

- Fixed an issue that caused reads to increment the write metrics instead of
the read metrics.

2018-07-10 0.2.0
================

Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
yaml "gopkg.in/yaml.v2"
)

const version = "0.3.0-dev"
const version = "0.2.1"

var (
listenAddress = flag.String("web.listen-address", ":9268", "Address to listen on for Prometheus requests.")
Expand Down

0 comments on commit 091e65f

Please sign in to comment.