]> Cypherpunks repositories - gostls13.git/commit
runtime/metrics: add package interface
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 14 Apr 2020 21:06:26 +0000 (21:06 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 26 Oct 2020 18:28:09 +0000 (18:28 +0000)
commit2159c26ceb32bbfa86036431750c0752fca84ef6
treedded56a567edd1e695475b32d6ee80e0fc804447
parentc02134abb01e019683daf051029d66b15dd11213
runtime/metrics: add package interface

This change creates the runtime/metrics package and adds the initial
interface as laid out in the design document.

For #37112.

Change-Id: I202dcee08ab008dd63bf96f7a4162f5b5f813637
Reviewed-on: https://go-review.googlesource.com/c/go/+/247040
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/go/build/deps_test.go
src/runtime/metrics/description.go [new file with mode: 0644]
src/runtime/metrics/doc.go [new file with mode: 0644]
src/runtime/metrics/histogram.go [new file with mode: 0644]
src/runtime/metrics/sample.go [new file with mode: 0644]
src/runtime/metrics/value.go [new file with mode: 0644]