Skip to content

Commit

Permalink
2.4.15rc11: metrics update
Browse files Browse the repository at this point in the history
- don't include label name in metric name
- rename "requests" class to "provider"
- add HTTP response code and connectivity counters
- reset counters in shared memory rather than removing
- performance

Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
  • Loading branch information
zandbelt committed Dec 19, 2023
1 parent afe6407 commit 9206c25
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 87 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
12/19/2023
- metrics update:
- rename "requests" class to "provider"
- don't include label name in metric name
- add HTTP response code and connectivity counters
- reset counters in shared memory rather than removing
- performance
- bump to 2.4.15rc11

12/18/2023
- metrics refactoring and extension
- bump to 2.4.15rc10
Expand Down
2 changes: 1 addition & 1 deletion auth_openidc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@
# authn Authentication request creation and response processing.
# authz Authorization errors per OIDCUnAuthzAction (per Require statement, not overall).
# require.claim Match/failure count of Require claim directives (per Require statement, not overall).
# requests Requests to the provider endpoints: metadata retrieval, token request, refresh requests and userinfo requests.
# provider Requests to the provider endpoints.
# session Existing session processing.
# cache Cache read/write timings and errors.
# redirect_uri Requests to the Redirect URI, per type.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mod_auth_openidc],[2.4.15rc10],[hans.zandbelt@openidc.com])
AC_INIT([mod_auth_openidc],[2.4.15rc11],[hans.zandbelt@openidc.com])

AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())

Expand Down
Loading

0 comments on commit 9206c25

Please sign in to comment.