7.2.7 • Published 28 days ago

ut-telemetry v7.2.7

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
28 days ago

ut-telemetry

Performance monitoring and logging module

Usage

Just add it to server/index array of modules:

module.exports = (...params) => [{
    main: require.resolve('ut-telemetry'),
    pkg: require.resolve('ut-telemetry/package.json')
}]

Configuration

Logging

{
    "utPortConsole": {
        "server": {
            "address": "0.0.0.0",
            "port": 30001
        },
        "jwt": {
            "key": "..."
        },
        "ssoAuthUrl": "http://host:8004/admin.html#/sso/console/",
        "cookie": {
            "isSecure": false,
            "isHttpOnly": false,
            "clearInvalid": false,
            "strictHeader": false
        }
    }
}

Performance monitoring

{
    "performance": {
        "impl": "...",
        "prometheus" : true
    }
}
7.2.7

28 days ago

7.2.6

11 months ago

7.2.5

11 months ago

7.2.4

12 months ago

7.2.3

2 years ago

7.2.2

3 years ago

7.2.1

3 years ago

7.2.0

3 years ago

7.1.5

4 years ago

7.1.4

4 years ago

7.1.3

4 years ago