0.34.3 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.34.2

2 years ago

0.34.1

2 years ago

0.34.0

2 years ago

0.33.10

2 years ago

0.33.15

2 years ago

0.33.14

2 years ago

0.33.13

2 years ago

0.33.12

2 years ago

0.33.9

2 years ago

0.33.11

2 years ago

0.33.7

2 years ago

0.33.6

2 years ago

0.33.5

2 years ago

0.33.4

2 years ago

0.33.3

3 years ago

0.33.2

3 years ago

0.33.1

3 years ago

0.33.8

2 years ago

0.33.0

3 years ago