Fix build tags of loadavg collector
The collector is only implemented for a subset of all operating systems supported by go. Compilation will fail if attempted for another OS target.
This commit is contained in:
parent
016d79535d
commit
515b5a933d
3 changed files with 14 additions and 1 deletions
|
|
@ -11,7 +11,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build solaris
|
||||
// +build !noloadavg
|
||||
|
||||
package collector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue