Browse Source

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 years ago
parent
commit
83304cfc80
1 changed files with 1 additions and 0 deletions
  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 (