Skip to content

Commit

Permalink
update servicegraph processor README typo (#29724)
Browse files Browse the repository at this point in the history
Fixes
#29723

Signed-off-by: Robbie Lankford <robert.lankford@grafana.com>
  • Loading branch information
rlankfo authored Dec 11, 2023
1 parent 26b0610 commit caad6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/servicegraphprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The following settings can be optionally configured:

- `store` defines the config for the in-memory store used to find requests between services by pairing spans.
- `ttl` - TTL is the time to live for items in the store.
- Default: `2ms`
- Default: `2s`
- `max_items` - MaxItems is the maximum number of items to keep in the store.
- Default: `1000`
- `cache_loop` - the time to cleans the cache periodically
Expand Down

0 comments on commit caad6ff

Please sign in to comment.