···3636 Help: "The total number of events sent to consumers",
3737}, []string{"remote_addr", "user_agent"})
38383939+/* NOTE: not implemented in this version of relay
3940var externalUserCreationAttempts = promauto.NewCounter(prometheus.CounterOpts{
4041 Name: "relay_external_user_creation_attempts",
4142 Help: "The total number of external users created",
4243})
4444+*/
43454446var newUsersDiscovered = promauto.NewCounter(prometheus.CounterOpts{
4547 Name: "relay_new_users_discovered",
4648 Help: "The total number of new users discovered directly from the firehose (not from refs)",
4749})
48505151+/* NOTE: not implemented in this version of relay
4952var newUserDiscoveryDuration = promauto.NewHistogram(prometheus.HistogramOpts{
5053 Name: "relay_new_user_discovery_duration",
5154 Help: "A histogram of new user discovery latencies",
5255 Buckets: prometheus.ExponentialBuckets(0.001, 2, 15),
5356})
5757+*/
54585959+/* NOTE: not implemented
5560var accountVerifyWarnings = promauto.NewCounterVec(prometheus.CounterOpts{
5661 Name: "validator_account_verify_warnings",
5762 Help: "things that have been a little bit wrong with account messages",
5863}, []string{"host", "warn"})
6464+*/