Skip to content

Commit

Permalink
Update docs/GettingStarted.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com>
  • Loading branch information
marcotc and urseberry authored Oct 31, 2023
1 parent d1a30df commit 47d136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ redis.set 'foo', 'bar'
|----------------|-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
| `service_name` | `DD_TRACE_REDIS_SERVICE_NAME` | Name of application running the `redis` instrumentation. May be overridden by `global_default_service_name`. [See *Additional Configuration* for more details](#additional-configuration) | `redis` |
| `peer_service` | `DD_TRACE_REDIS_PEER_SERVICE` | Name of external service the application connects to | `nil` |
| `command_args` | `DD_REDIS_COMMAND_ARGS` | Show the command arguments (e.g. `key` in `GET key`) as resource name and tag. If `false`, only the command name is shown (e.g. `GET`). | false |
| `command_args` | `DD_REDIS_COMMAND_ARGS` | Show the command arguments (for example, `key` in `GET key`) as resource name and tag. If `false`, only the command name is shown (for example, `GET`). | false |


**Configuring trace settings per instance**
Expand Down

0 comments on commit 47d136c

Please sign in to comment.