Update prometheus instrumentation library to include fix for building

for linux/arm and linux/386 platforms.
This commit is contained in:
Alex Robinson
2015-02-10 09:26:46 +00:00
parent e9f74de68d
commit 105e111284
3 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build linux plan9 solaris
// +build linux,cgo plan9,cgo solaris,cgo
package prometheus

View File

@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !linux,!plan9,!solaris
// +build !linux,!plan9,!solaris !cgo
package prometheus