Commit a3415e03 authored by Kati Paizee's avatar Kati Paizee

Merge branch '332564-rename-usage-ping-service-docs-rake' into 'master'

Update docs to reflect rename to ServicePing

See merge request gitlab-org/gitlab!65712
parents 76abab7e a8d2c57e
...@@ -1120,7 +1120,7 @@ To set up Service Ping locally, you must: ...@@ -1120,7 +1120,7 @@ To set up Service Ping locally, you must:
1. Using the `gitlab` Rails console, manually trigger Service Ping: 1. Using the `gitlab` Rails console, manually trigger Service Ping:
```ruby ```ruby
SubmitUsagePingService.new.execute ServicePing::SubmitService.new.execute
``` ```
1. Use the `versions` Rails console to check the Service Ping was successfully received, 1. Use the `versions` Rails console to check the Service Ping was successfully received,
......
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