Skip to content

v1.8.2.DEPRECATED

Choose a tag to compare

@gunlee01 gunlee01 released this 25 Feb 09:38
· 692 commits to master since this release
3d1984a

Features

  • [agent.java] add scouter cookie publishing path option.(default : /)
    • trace_user_cookie_path
  • [agent.java] trace reqeust context over a hystrix thread.
  • [server] can store arbitary key-value data on it's own k/v store.
  • [webapp] new apis (api document link)
    • /v1/kv/{key} - save and find keys & values to the scouter's global kv store.
    • /v1/kv/{keySpace}/{key} - save and find keys & values to the scouter's specific kv store.
    • /v1/loginGetToken - authorization with id/password for 3rd party web application. (answered with access token)
    • /v1/login - authorization with id/password for traditional web application. (answered with cookie)
  • Important Notice ! : kv api's storage engine will be changed in a few days and will not compatible with v1.8.2.
    • Use these (kev-value) apis in next version that can be set TTL and coming soon.

Bug Fix

  • [webapp] fix abnormal processing when the uri for widget chart includes some unicode character.
  • [agent.java] correct missing setting XLog property values - text1 ~ text5 in the case of Non-http service tracing.

MISC

  • some default setting is changed.
    • [server] tag counter default true
    • [webapp] (ip, session, token) authoriztion default false