We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee4516d + f48ee16 commit 8a33cc0Copy full SHA for 8a33cc0
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.2.0 / 2015-06-25
2
+* [CHANGE] Support arbitrary grouping of metrics.
3
+
4
## 0.1.2 / 2015-06-08
5
* [CHANGE] Move pushgateway binary in archive from bin/ to /.
6
* [CHANGE] Migrate logging to prometheus/log.
Makefile
@@ -11,7 +11,7 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-VERSION := 0.1.2
+VERSION := 0.2.0
15
TARGET := pushgateway
16
17
REV := $(shell git rev-parse --short HEAD)
0 commit comments