Implement support for log_byte and trace_metric_byte in the Ruby SDK so client outcomes and rate limiting correctly cover logs and trace metrics.
After this ships, the Ruby SDK will:
- emit
log_byte client outcomes when dropping logs
- emit
trace_metric_byte client outcomes when dropping metrics
- respect incoming rate limits for both
log_byte and trace_metric_byte
References:
Implement support for
log_byteandtrace_metric_bytein the Ruby SDK so client outcomes and rate limiting correctly cover logs and trace metrics.After this ships, the Ruby SDK will:
log_byteclient outcomes when dropping logstrace_metric_byteclient outcomes when dropping metricslog_byteandtrace_metric_byteReferences: