1818# ${service name} = [${group name}::]${logic name}
1919# The group name is optional only.
2020agent.service_name=${SW_AGENT_NAME:Your_ApplicationName}
21+ agent.service_name#length=${SW_AGENT_NAME_MAX_LENGTH:50}
2122
2223# The agent namespace
2324agent.namespace=${SW_AGENT_NAMESPACE:}
@@ -49,6 +50,7 @@ agent.is_open_debugging_class=${SW_AGENT_OPEN_DEBUG:false}
4950# Instance name is the identity of an instance, should be unique in the service. If empty, SkyWalking agent will
5051# generate an 32-bit uuid. BY Default, SkyWalking uses UUID@hostname as the instance name. Max length is 50(UTF-8 char)
5152agent.instance_name=${SW_AGENT_INSTANCE_NAME:}
53+ agent.instance_name#length=${SW_AGENT_INSTANCE_NAME_MAX_LENGTH:50}
5254
5355# service instance properties in json format. e.g. agent.instance_properties_json = {"org": "apache-skywalking"}
5456agent.instance_properties_json=${SW_INSTANCE_PROPERTIES_JSON:}
@@ -307,4 +309,4 @@ plugin.redisson.redis_parameter_max_length=${SW_PLUGIN_REDISSON_REDIS_PARAMETER_
307309# Specify which command should be converted to write operation
308310plugin.redisson.operation_mapping_write=${SW_PLUGIN_REDISSON_OPERATION_MAPPING_WRITE:getset,set,setbit,setex,setnx,setrange,strlen,mset,msetnx,psetex,incr,incrby,incrbyfloat,decr,decrby,append,hmset,hset,hsetnx,hincrby,hincrbyfloat,hdel,rpoplpush,rpush,rpushx,lpush,lpushx,lrem,ltrim,lset,brpoplpush,linsert,sadd,sdiff,sdiffstore,sinterstore,sismember,srem,sunion,sunionstore,sinter,zadd,zincrby,zinterstore,zrange,zrangebylex,zrangebyscore,zrank,zrem,zremrangebylex,zremrangebyrank,zremrangebyscore,zrevrange,zrevrangebyscore,zrevrank,zunionstore,xadd,xdel,del,xtrim}
309311# Specify which command should be converted to read operation
310- plugin.redisson.operation_mapping_read=${SW_PLUGIN_REDISSON_OPERATION_MAPPING_READ:getrange,getbit,mget,hvals,hkeys,hlen,hexists,hget,hgetall,hmget,blpop,brpop,lindex,llen,lpop,lrange,rpop,scard,srandmember,spop,sscan,smove,zlexcount,zscore,zscan,zcard,zcount,xget,get,xread,xlen,xrange,xrevrange}
312+ plugin.redisson.operation_mapping_read=${SW_PLUGIN_REDISSON_OPERATION_MAPPING_READ:getrange,getbit,mget,hvals,hkeys,hlen,hexists,hget,hgetall,hmget,blpop,brpop,lindex,llen,lpop,lrange,rpop,scard,srandmember,spop,sscan,smove,zlexcount,zscore,zscan,zcard,zcount,xget,get,xread,xlen,xrange,xrevrange}
0 commit comments