humanmade / aws-xray

HM Platform AWS X-Ray Integration
23 stars 4 forks source link

Support getting stats from Afterburner #90

Closed joehoyle closed 1 year ago

joehoyle commented 1 year ago

If this is a drop in replacement for the PHP extension, is there a reason the hits and misses stats are not collected/available?

Good question, we could implement this. The object cache drop-ins are a bit all over the place in terms of what stats they collect.

kovshenin commented 1 year ago

For us I think it'd be useful to also know at what level the hits/misses are: runtime vs. local cache vs. remote.

joehoyle commented 1 year ago

I created https://github.com/humanmade/afterburner/issues/11 to track