0.34.3 • Published 3 years ago

@resolve-js/monitoring-aws-cloudwatch v0.34.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@resolve-js/monitoring-aws-cloudwatch

npm version

This package serves as a monitoring adapter for reSolve that publishes metrics to AWS CloudWatch.

Available Options

You can specify the following options to configure the monitoring adapter:

  • deploymentId- Specifies the cloud deployment ID.
  • resolveVersion - Specifies the reSolve version.

Usage

// config.prod.js
import resolveVersion from '$resolve.resolveVersion'

const prodConfig = {
  monitoringAdapters: {
    default: {
      module: '@resolve-js/monitoring-aws-cloudwatch',
      options: {
        deploymentId: declareRuntimeEnv('RESOLVE_DEPLOYMENT_ID'),
        resolveVersion,
      },
    },
  },
  ...
}

Analytics

0.34.3

3 years ago

0.34.2

3 years ago

0.34.1

3 years ago

0.34.0

3 years ago

0.33.10

3 years ago

0.33.15

3 years ago

0.33.14

3 years ago

0.33.13

3 years ago

0.33.12

3 years ago

0.33.9

3 years ago

0.33.11

3 years ago

0.33.7

3 years ago

0.33.6

4 years ago

0.33.5

4 years ago

0.33.4

4 years ago

0.33.3

4 years ago

0.33.2

4 years ago

0.33.1

4 years ago

0.33.8

3 years ago

0.33.0

4 years ago