function _M.newReportInstanceProperties()

in lib/skywalking/management.lua [21:32]


function _M.newReportInstanceProperties(serviceName, serviceInstanceName)
    local allProperties = {
        key = "language",
        value = "lua"
    }

    return {
        service = serviceName,
        serviceInstance = serviceInstanceName,
        properties = {allProperties}
    }
end