Re: [API] Expose Client request SSL Stats

2019-07-17 Thread Alan Carroll
Looking at the current API in this area, I think it might be better to model it on TSStatFindName and related functions. This would mean something like TSReturnCode TSSslStatFindName(const char * name, int * idx); TSMgmtInt TSSslStatGet(idx); On Wed, Jul 17, 2019 at 12:39 AM Valentín Gutierrez <

Re: [API] Expose Client request SSL Stats

2019-07-17 Thread Sudheer Vinukonda
Oh, it looks like the goal is to actually get SSL context attributes for a given TXN and not so much _STATS_. Sorry, I was confused by the use of word _STAT_ and assumed you were trying to collect metrics/counters. Assuming it is the SSL Context attributes for a TXN that you are looking to get,

Re: [API] Expose Client request SSL Stats

2019-07-17 Thread Valentín Gutierrez
That's right, what we need are SSL attributes like the protocol version or the cipher used On Wed, Jul 17, 2019, 23:16 Sudheer Vinukonda wrote: > Oh, it looks like the goal is to actually get SSL context attributes for > a given TXN and not so much _STATS_. Sorry, I was confused by the use of >