|
|
|
|
|
by jeffbee
367 days ago
|
|
I wouldn't. "Trace contains an error" is a hideously bad criterion for sampling. If you have some storage subsystem where you always hedge/race reads to two replicas then cancel the request of the losing replica, then all of your traces will contain an error. It is a genuinely terrible feature. Local logging of error conditions is the way to go. And I mean local, not to a central, indexed log search engine; that's also way too expensive. |
|