File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
docker/all-in-one/opt/postgres_exporter Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -179,30 +179,6 @@ auth_users:
179
179
usage : " GAUGE"
180
180
description : " Number of users in the project db"
181
181
182
- auth_stats :
183
- master : true
184
- cache_seconds : 3600
185
- query : |
186
- select
187
- count(*) filter (
188
- where payload ->> 'action' = 'user_invited'
189
- or (payload ->> 'action' in ('user_confirmation_requested', 'user_recovery_requested')
190
- and payload ->> 'actor_username' like '%@%')
191
- ) as total_auth_emails,
192
- count(*) filter (
193
- where payload ->> 'action' in ('user_confirmation_requested', 'user_recovery_requested')
194
- and payload ->> 'actor_username' not like '%@%'
195
- ) as total_auth_texts
196
- from
197
- auth.audit_log_entries
198
- metrics :
199
- - total_auth_emails :
200
- usage : " COUNTER"
201
- description : " Total number of auth emails sent"
202
- - total_auth_texts :
203
- usage : " COUNTER"
204
- description : " Total number of auth texts sent"
205
-
206
182
realtime :
207
183
master : true
208
184
cache_seconds : 60
You can’t perform that action at this time.
0 commit comments