Commit ba14ce92 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-bcarranza-serviceping-yaml' into 'master'

Service Ping in yaml + developer docs

See merge request gitlab-org/gitlab!76872
parents b6bcfd10 7f7d6db5
......@@ -1264,6 +1264,9 @@ registry.replicator.send(:sync_repository)
## Generate Service Ping
The [Service Ping Guide](../../development/service_ping/index.md) in our developer documentation
has more information about Service Ping.
### Generate or get the cached Service Ping
```ruby
......@@ -1286,6 +1289,12 @@ Generates Service Ping data in JSON format.
rake gitlab:usage_data:generate
```
Generates Service Ping data in YAML format:
```shell
rake gitlab:usage_data:dump_sql_in_yaml
```
### Generate and send Service Ping
Prints the metrics saved in `conversational_development_index_metrics`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment