Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Tags: signalfx/lambda-nodejs

Tags

v1.1.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jtmal-signalfx Jakub Malinowski
Release v1.1.1

v1.0.0

Unverified

This user has not yet uploaded their public signing key.
Preparing release v1.0.0

1.0.0-beta.4

Unverified

This user has not yet uploaded their public signing key.
Release 1.0.0-beta.4

1.0.0-beta.3

Unverified

This user has not yet uploaded their public signing key.
Release 1.0.0-beta.3

1.0.0-beta.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies; update README.md (#34)

Key changes:
 - updated SignalFx client and SignalFx tracing libs to the latest version
 - updated README.md with sample code demonstrating how to add extra tags to spans sent by the wrapper
 - updated README.md with recommended approach to metrics and events delivery

1.0.0-beta.0

Unverified

This user has not yet uploaded their public signing key.
Releasing v1.0.0-beta.0

    Add tracing support

    - sfx.wrapper now enables both metric and tracing by default.
    - Users can set SIGNALFX_METRICS_ENABLED and SIGNALFX_TRACING_ENABLED
    env vars to "false" in order to disable either one.
    - SIGNALFX_INGEST_ENDPOINT env var was removed in favor of
    SIGNALFX_ENDPOINT_URL and SIGNALFX_METRICS_URL.
    - SIGNALFX_AUTH_TOKEN env var was renamed to SIGNALFX_ACCESS_TOKEN to be
    more consistent with other SignalFx libraries.
    - access token can no longer be passed as an argument to the wrapper
    function and must be set using the SIGNALFX_ACCESS_TOKEN env var. This
    is the case because we initialize the tracer before wrapper functions
    are called and need the access token there.
    - `setAccessToken` helper function was removed.
    - `setLambdaFunctionContext` helper function was replaced with two new
    methods:
        - `getExecutionMetadata(context)` and
        - `setDefaultDimension(dimensions, executionMetadata)`

0.2.0

Lambda wrapper version bump

0.1.1

Bump wrapper version to 0.1.1