You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
How to get count info(cnt_sec,cnt_min,cnt_hr,cnt_day,cnt_mnt) from external hazelcast map(CounterStore.com.l7tech.external.assertions.throughputquota.ThroughputQuotaAssertion-counterStore)? #29
I configured a external hazelcast to store service request count info.
I mean when we configure "Apply Throughput Quota Assertion" then service request count info is stored in ssg.counters table by default as follows.
Map(CounterStore.com.l7tech.external.assertions.throughputquota.ThroughputQuotaAssertion-counterStore) is created and count info seems stored in that Map.
So I make and run following program to get count info(cnt_sec,cnt_min,cnt_hr,cnt_day,cnt_mnt) from this hazelcast map.
As you can see, session values data seems manipulated internally via gateway so it can't be analyzed directly.
So I want to know how to get counter table like data info from this map values.