File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.11.0 / 2015-07-27
2+
3+ * [ FEATURE] Add stats from /proc/net/snmp.
4+ * [ FEATURE] Add support for FreeBSD.
5+ * [ FEATURE] Allow netdev devices to be ignored.
6+ * [ MAINTENANCE] New Dockerfile for unified way to dockerize Prometheus exporters.
7+ * [ FEATURE] Add device,fstype collection to the filesystem exporter.
8+ * [ IMPROVEMENT] Make logging of collector executions less verbose.
9+
110## 0.10.0 / 2015-06-10
11+
212* [ CHANGE] Change logging output format and flags.
313
414## 0.9.0 / 2015-05-26
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313
14- VERSION := 0.10 .0
14+ VERSION := 0.11 .0
1515TARGET := node_exporter
1616GOFLAGS := -ldflags "-X main.Version $(VERSION ) "
1717
You can’t perform that action at this time.
0 commit comments