File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ server:
58
58
Status
59
59
------
60
60
61
- ` grok_exporter` is still in alpha phase. We plan to release the first beta before the [PromCon 2016](https://promcon.io).
62
-
63
61
Operating system support :
64
62
65
63
* Linux 64 Bit: [Supported](https://travis-ci.org/fstab/grok_exporter)
@@ -163,4 +161,4 @@ You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-
163
161
[Gauge] : https://prometheus.io/docs/concepts/metric_types/#gauge
164
162
[Histogram] : https://prometheus.io/docs/concepts/metric_types/#histogram
165
163
[Summary] : https://prometheus.io/docs/concepts/metric_types/#summary
166
- [https://groups.google.com/forum/#!forum/grok_exporter-users]: https://groups.google.com/forum/#!forum/grok_exporter-users
164
+ [https://groups.google.com/forum/#!forum/grok_exporter-users]: https://groups.google.com/forum/#!forum/grok_exporter-users
Original file line number Diff line number Diff line change 1
1
package exporter
2
2
3
3
const (
4
- VERSION = "0.0.4-SNAPSHOT "
4
+ VERSION = "0.1.0 "
5
5
BUILD_DATE = "2016-07-30"
6
6
)
Original file line number Diff line number Diff line change 7
7
# The Darwin release is built natively, Linux and Windows are built in a Docker container
8
8
# ========================================================================================
9
9
10
- export VERSION=0.0.4-SNAPSHOT
10
+ export VERSION=0.1.0
11
11
12
12
cd $GOPATH /src/github.com/fstab/grok_exporter
13
13
rm -rf dist
You can’t perform that action at this time.
0 commit comments