Building a trace receiver: fix key formatting (#1475)

This commit is contained in:
Patrice Chalin 2022-06-22 16:34:51 -04:00 committed by GitHub
parent a283df294c
commit f105e0ed2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1175,8 +1175,9 @@ pipeline and is now instantiating it and starting it given that 1 minute after
the Collector has started, you can see the info line we added to the `ticker`
function within the `Start()` method.
Now, go ahead and press `ctrl+c` in your Collector's terminal so you want watch
the shutdown process happening. Here is what the output should look like:
Now, go ahead and press <kbd>Control+C</kbd> in your Collector's terminal so you
want watch the shutdown process happening. Here is what the output should look
like:
```cmd
^C2022-03-03T11:20:14.652-0600 info service/collector.go:166 Received signal from OS {"signal": "interrupt"}