An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/wavefronthq/wavefront-lambda-go : v0.9.0

Package wflambda is a Go wrapper library for AWS Lambda so you can monitor everything from your Wavefront (https://wavefront.com) dashboard. The package includes a set of standard metrics it can send to Wavefront and can be extended to send custom metrics using https://github.com/rcrowley/go-metrics. | Metric Name | Type | Description | | --------------------------------- | ------------- | ----------------------------------------------------------------------- | | aws.lambda.wf.invocations.count | Delta Counter | Count of number of lambda function invocations aggregated at the server.| | aws.lambda.wf.errors.count | Delta Counter | Count of number of errors aggregated at the server. | | aws.lambda.wf.coldstarts.count | Delta Counter | Count of number of cold starts aggregated at the server. | | aws.lambda.wf.duration.value | Gauge | Execution time of the Lambda handler function in milliseconds. | To connect to Wavefront, you'll need to set the WAVEFRONT_URL and WAVEFRONT_API_TOKEN environment variables. To send the above standard metrics, you'll need to set the environment variable REPORT_STANDARD_METRICS to true.

Registry - Documentation - Download - JSON
purl: pkg:golang/github.com/wavefronthq/[email protected]
Published:
Indexed:

    Loading...
    Readme
    Loading...