aboutsummaryrefslogtreecommitdiff
path: root/node_exporter_test.go
diff options
context:
space:
mode:
authorSimon Pasquier <spasquie@redhat.com>2019-03-25 12:47:57 +0100
committerJohannes 'fish' Ziemke <github@freigeist.org>2019-03-25 12:47:57 +0100
commitdbe7badc7c37da1ddaaa33db4860e51a73c4c44a (patch)
tree9fad12c85f6537992e4f7051a90d2c3ffa44732d /node_exporter_test.go
parent2f87b7cba6d6eb729a78724335fd59e746fcdff4 (diff)
downloadprometheus_node_collector-dbe7badc7c37da1ddaaa33db4860e51a73c4c44a.tar.bz2
prometheus_node_collector-dbe7badc7c37da1ddaaa33db4860e51a73c4c44a.tar.xz
prometheus_node_collector-dbe7badc7c37da1ddaaa33db4860e51a73c4c44a.zip
Update Makefile.common (#1288)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Diffstat (limited to 'node_exporter_test.go')
-rw-r--r--node_exporter_test.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_exporter_test.go b/node_exporter_test.go
index 5a9599e..a0881e9 100644
--- a/node_exporter_test.go
+++ b/node_exporter_test.go
@@ -1,3 +1,16 @@
1// Copyright 2017 The Prometheus Authors
2// Licensed under the Apache License, Version 2.0 (the "License");
3// you may not use this file except in compliance with the License.
4// You may obtain a copy of the License at
5//
6// http://www.apache.org/licenses/LICENSE-2.0
7//
8// Unless required by applicable law or agreed to in writing, software
9// distributed under the License is distributed on an "AS IS" BASIS,
10// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11// See the License for the specific language governing permissions and
12// limitations under the License.
13
1package main 14package main
2 15
3import ( 16import (