0.3.0 • Published 12 months ago

@adobe/aio-metrics-client v0.3.0

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

aio-metrics-client

This library is for enabling tracking of our App Builder services.

Version

Usage

// Import
const { setMetricsURL, incBatchCounter } = require('../src/index')

// Setting the URL to send the batched metrics to
setMetricsURL('https://...<your server>...')

// Incrementing the count of a metric for a specific namespace. eg:- 'requestCount'
await incBatchCounter('requestCount', 'mynamespace')

// Incrementing the count of a metric for a specific namespace with a label such as an error type or http response type
await incBatchCounter('errorCount', 'mynamespace', 'auth')
await incBatchCounter('responseCount', 'mynamespace', '403')
0.3.0

12 months ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago