package internal

import (
	

	
	
)

WritesCounter is a count of write commands performed.
NewConnectionsCounter is a count of new connections.
	NewConnectionsCounter metric.Int64Counter
)

func () {
	defer func() {
		if  := recover();  != nil {
			Logger.Printf(context.Background(), "Error creating meter github.com/go-redis/redis for Instruments", )
		}
	}()

	 := metric.Must(global.Meter("github.com/go-redis/redis"))

	WritesCounter = .NewInt64Counter("redis.writes",
		metric.WithDescription("the number of writes initiated"),
	)

	NewConnectionsCounter = .NewInt64Counter("redis.new_connections",
		metric.WithDescription("the number of connections created"),
	)