Jelajahi Sumber

tools/etcd-dump-metrics: add missing godoc

https://godoc.org/github.com/etcd-io/etcd/tools/etcd-dump-metrics

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 7 tahun lalu
induk
melakukan
83304cfc80
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      tools/etcd-dump-metrics/main.go

+ 1 - 0
tools/etcd-dump-metrics/main.go

@@ -12,6 +12,7 @@
 // See the License for the specific language governing permissions and
 // See the License for the specific language governing permissions and
 // limitations under the License.
 // limitations under the License.
 
 
+// etcd-dump-metrics automates etcd Prometheus metrics documentation.
 package main
 package main
 
 
 import (
 import (