Skip to content

Instantly share code, notes, and snippets.

@willthames
Created March 3, 2020 02:41
Show Gist options
  • Save willthames/8083179ec73962820f380a441048ec6d to your computer and use it in GitHub Desktop.
Save willthames/8083179ec73962820f380a441048ec6d to your computer and use it in GitHub Desktop.
log_by_lua_block {
local tokenize = require('tokenize')
ngx.var.tokenized_uri = tokenize.tokenize(ngx.var.uri)
}
opentracing_operation_name "$request_method $tokenized_uri";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment