0.12.0 • Published 1 year ago

@withjoy/telemetry v0.12.0

Weekly downloads
293
License
-
Repository
bitbucket
Last release
1 year ago

@withjoy/telemetry

Telemetry support for logging and analytics.

Publishing

To publish a new version of this module,

  • do not up-version on your development branch
  • merge your fixes into develop
  • from the develop branch,
    • version-stamp the "next release" section of 'CHANGELOG.md'
    • leave an empty "next release" section behind
    • git commit -m 'updating CHANGELOG.md' to develop
    • up-version & publish the module, as below:
# the `npm shrinkwrap` for npm@3 isn't adequate -- npm@6 does the trick
nvm use 10

npm version patch  # or whatever is suitable

# TODO: integrate into CircleCI
#   @see 'sdk-js.git'
npm publish

git push
git push --tags

Testing

npm run test

Header Propagation

The telemetry library attempts to appropriately identify the requestId associated with an incoming request. When sending an http request the x-joy-client-header value should be used to properly establish the requestId and ensure compatability with future iterations of the Telemetry library.

Order of precedence to establish requestId

  1. Preserve requestId in the telemetry context.
  2. Extract x-joy-request-id request header value.
  3. Extract client-request-id or clientrequestId request header value. // For mobile integrations
  4. Generate new value to use as requestId

Environment Variables

As processed by deriveTelemetryConfigFromEnvironment

NamePurposeDefault
JOY_CONFIG_LE_LEVELlogging threshold for LogEntries; @see TelemetryLevel10 ('info')
JOY_CONFIG_LE_TOKEN_SERVERLogEntries API Token(blank => LogEntries disabled)
JOY_SERVICE_ENVthe logged "Service environment"(blank)
LOG_SILENT"true" to disable all logging, including internal(blank => false)
LOG_CONSOLE"true" to enable 'human-friendly' logging(blank => false)
LOG_LEVELlogging threshold for console; @see TelemetryLevel-1 (even lower than 'trace' = everything)
STDOUT_LOG"true" to enable JSON logging(blank => false)
JOY_CONFIG_SEGMENT_WRITE_KEYSegment write key(blank => false)
1.2.2

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

0.12.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago

0.11.0

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.1

2 years ago

0.9.0

3 years ago

0.8.0

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.2

7 years ago

0.0.1

7 years ago