Skip to content

Commit

Permalink
chore(release): 6.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed May 24, 2020
1 parent 9c64a0e commit 0ee9b21
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.0.0-rc.3](https://github.com/SkeLLLa/fastify-metrics/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2020-05-24)


### Misc

* logo, changelog ignore fixes ([d254703](https://github.com/SkeLLLa/fastify-metrics/commit/d25470382a321d0ddb571a4f484c83d1e03ea8da))

## [6.0.0-rc.2](https://gitlab.com/m03geek/fastify-metrics/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2020-05-24)


Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@

**app**: *[FastifyInstance](interfaces/_fastify_.fastifyinstance.md)‹Server‹›, IncomingMessage‹›, ServerResponse‹›, FastifyLoggerOptions‹Server‹›, IncomingMessage‹›, ServerResponse‹›››* = fastify()

Defined in __tests__/metrics.spec.ts:4
*Defined in [__tests__/metrics.spec.ts:4](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/__tests__/metrics.spec.ts#L4)*

___

### fastifyPlugin

**fastifyPlugin**: *FastifyPlugin‹[PluginOptions](interfaces/pluginoptions.md)*

Defined in __tests__/exports.spec.ts:1
*Defined in [__tests__/exports.spec.ts:1](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/__tests__/exports.spec.ts#L1)*

Defined in __tests__/metrics.spec.ts:1
*Defined in [__tests__/metrics.spec.ts:1](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/__tests__/metrics.spec.ts#L1)*

## Functions

### `Const` fastifyMetricsPlugin

**fastifyMetricsPlugin**(`fastify`: [FastifyInstance](interfaces/_fastify_.fastifyinstance.md), `__namedParameters`: object): *Promise‹void›*

Defined in index.ts:45
*Defined in [index.ts:45](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/index.ts#L45)*

Fastify metrics plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/_fastify_.fastifyinstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

**metrics**: *[FastifyMetrics](fastifymetrics.md)*

Defined in index.ts:17
*Defined in [index.ts:17](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/index.ts#L17)*

Metrics interface
2 changes: 1 addition & 1 deletion docs/interfaces/_fastify_.fastifyrequestinterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

**metrics**? : *undefined | object*

Defined in index.ts:26
*Defined in [index.ts:26](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/index.ts#L26)*
2 changes: 1 addition & 1 deletion docs/interfaces/_fastify_.fastifyschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

**hide**? : *undefined | false | true*

Defined in index.ts:23
*Defined in [index.ts:23](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/index.ts#L23)*

Hides metric route from swagger/openapi documentation
4 changes: 2 additions & 2 deletions docs/interfaces/fastifymetrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Additional objects to store your metrics, registries, etc.

**client**: *typeof promClient*

Defined in plugin.ts:27
*Defined in [plugin.ts:27](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L27)*

Prom-client

Expand All @@ -38,7 +38,7 @@ Prom-client

**clearRegister**(): *void*

Defined in plugin.ts:31
*Defined in [plugin.ts:31](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L31)*

Expose register clear function if register was provided

Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/metricconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

**histogram**: *HistogramConfiguration‹string›*

Defined in plugin.ts:16
*Defined in [plugin.ts:16](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L16)*

Histogram config

Expand All @@ -29,6 +29,6 @@ ___

**summary**: *SummaryConfiguration‹string›*

Defined in plugin.ts:20
*Defined in [plugin.ts:20](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L20)*

Summary config
4 changes: 2 additions & 2 deletions docs/interfaces/metricscontextconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

**statsId**? : *undefined | string*

Defined in plugin.ts:9
*Defined in [plugin.ts:9](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L9)*

___

### `Optional` url

**url**? : *undefined | string*

Defined in plugin.ts:8
*Defined in [plugin.ts:8](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L8)*
16 changes: 8 additions & 8 deletions docs/interfaces/pluginoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

**blacklist**? : *RegExp | Array‹string› | string*

Defined in plugin.ts:57
*Defined in [plugin.ts:57](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L57)*

Routes blacklist that will be excluded from metrics collection

Expand All @@ -35,7 +35,7 @@ ___

**enableDefaultMetrics**? : *undefined | false | true*

Defined in plugin.ts:43
*Defined in [plugin.ts:43](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L43)*

Enable default nodejs metrics

Expand All @@ -47,7 +47,7 @@ ___

**endpoint**? : *undefined | string*

Defined in plugin.ts:69
*Defined in [plugin.ts:69](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L69)*

Metrics endpoint for Prometheus

Expand All @@ -57,7 +57,7 @@ ___

**groupStatusCodes**? : *undefined | false | true*

Defined in plugin.ts:48
*Defined in [plugin.ts:48](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L48)*

Groups status code labels by first digit 200 -> 2XX

Expand All @@ -69,7 +69,7 @@ ___

**metrics**? : *Partial‹[MetricConfig](metricconfig.md)*

Defined in plugin.ts:73
*Defined in [plugin.ts:73](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L73)*

HTTP metrics overrides

Expand All @@ -79,7 +79,7 @@ ___

**pluginName**? : *undefined | string*

Defined in plugin.ts:53
*Defined in [plugin.ts:53](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L53)*

Plugin name that will be registered in fastify

Expand All @@ -91,7 +91,7 @@ ___

**prefix**? : *undefined | string*

Defined in plugin.ts:65
*Defined in [plugin.ts:65](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L65)*

Metrics prefix

Expand All @@ -101,6 +101,6 @@ ___

**register**? : *promClient.Registry*

Defined in plugin.ts:61
*Defined in [plugin.ts:61](https://github.com/SkeLLLa/fastify-metrics/blob/9c64a0e/src/plugin.ts#L61)*

Prom client registry for default metrics and route metrics
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-metrics",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Prometheus metrics exporter for Fastify",
"keywords": [
"fastify",
Expand Down

0 comments on commit 0ee9b21

Please sign in to comment.