Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Sep 20, 2021
1 parent 409f574 commit 2b32aa3
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 29 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [8.0.0](https://github.com/SkeLLLa/fastify-metrics/compare/v7.4.0...v8.0.0) (2021-09-20)


### ⚠ BREAKING CHANGES

* **deps:** prom-client v14 might be breaking

### Features

* **deps:** bump prom-client to v14 ([409f574](https://github.com/SkeLLLa/fastify-metrics/commit/409f57496e5d8f475dbaebaae180873933bfaa99))

## [7.4.0](https://github.com/SkeLLLa/fastify-metrics/compare/v7.3.0...v7.4.0) (2021-09-15)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.3.0
v7.4.0
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Fastify metrics - v7.3.0
Fastify metrics - v7.4.0

# Fastify metrics - v7.3.0
# Fastify metrics - v7.4.0

## Table of contents

Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/plugin.FastifyMetrics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Fastify metrics - v7.3.0](../README.md) / [plugin](../modules/plugin.md) / FastifyMetrics
[Fastify metrics - v7.4.0](../README.md) / [plugin](../modules/plugin.md) / FastifyMetrics

# Interface: FastifyMetrics

Expand Down Expand Up @@ -30,7 +30,7 @@ Prom-client

#### Defined in

[plugin.ts:26](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L26)
[plugin.ts:26](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L26)

## Methods

Expand All @@ -46,4 +46,4 @@ Expose register clear function if register was provided

#### Defined in

[plugin.ts:30](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L30)
[plugin.ts:30](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L30)
6 changes: 3 additions & 3 deletions docs/interfaces/plugin.MetricConfig.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Fastify metrics - v7.3.0](../README.md) / [plugin](../modules/plugin.md) / MetricConfig
[Fastify metrics - v7.4.0](../README.md) / [plugin](../modules/plugin.md) / MetricConfig

# Interface: MetricConfig

Expand All @@ -21,7 +21,7 @@ Histogram config

#### Defined in

[plugin.ts:15](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L15)
[plugin.ts:15](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L15)

---

Expand All @@ -33,4 +33,4 @@ Summary config

#### Defined in

[plugin.ts:19](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L19)
[plugin.ts:19](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L19)
6 changes: 3 additions & 3 deletions docs/interfaces/plugin.MetricsContextConfig.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Fastify metrics - v7.3.0](../README.md) / [plugin](../modules/plugin.md) / MetricsContextConfig
[Fastify metrics - v7.4.0](../README.md) / [plugin](../modules/plugin.md) / MetricsContextConfig

# Interface: MetricsContextConfig

Expand All @@ -19,7 +19,7 @@

#### Defined in

[plugin.ts:8](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L8)
[plugin.ts:8](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L8)

---

Expand All @@ -29,4 +29,4 @@

#### Defined in

[plugin.ts:7](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L7)
[plugin.ts:7](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L7)
26 changes: 13 additions & 13 deletions docs/interfaces/plugin.PluginOptions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Fastify metrics - v7.3.0](../README.md) / [plugin](../modules/plugin.md) / PluginOptions
[Fastify metrics - v7.4.0](../README.md) / [plugin](../modules/plugin.md) / PluginOptions

# Interface: PluginOptions

Expand Down Expand Up @@ -31,7 +31,7 @@ Routes blacklist that will be excluded from metrics collection

#### Defined in

[plugin.ts:65](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L65)
[plugin.ts:65](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L65)

---

Expand All @@ -45,7 +45,7 @@ Enable default prom-client metrics

#### Defined in

[plugin.ts:42](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L42)
[plugin.ts:42](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L42)

---

Expand All @@ -59,7 +59,7 @@ Enable fastify route metrics

#### Defined in

[plugin.ts:47](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L47)
[plugin.ts:47](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L47)

---

Expand All @@ -71,7 +71,7 @@ Metrics endpoint for Prometheus

#### Defined in

[plugin.ts:77](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L77)
[plugin.ts:77](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L77)

---

Expand All @@ -85,7 +85,7 @@ Groups status code labels by first digit 200 -> 2XX

#### Defined in

[plugin.ts:52](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L52)
[plugin.ts:52](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L52)

---

Expand All @@ -99,7 +99,7 @@ Ignore HEAD requests

#### Defined in

[plugin.ts:94](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L94)
[plugin.ts:94](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L94)

---

Expand All @@ -111,7 +111,7 @@ Groups urls that are not mapped onto valid routes together

#### Defined in

[plugin.ts:56](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L56)
[plugin.ts:56](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L56)

---

Expand All @@ -131,7 +131,7 @@ Label Overrides

#### Defined in

[plugin.ts:85](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L85)
[plugin.ts:85](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L85)

---

Expand All @@ -143,7 +143,7 @@ HTTP metrics overrides

#### Defined in

[plugin.ts:81](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L81)
[plugin.ts:81](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L81)

---

Expand All @@ -157,7 +157,7 @@ Plugin name that will be registered in fastify

#### Defined in

[plugin.ts:61](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L61)
[plugin.ts:61](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L61)

---

Expand All @@ -169,7 +169,7 @@ Metrics prefix

#### Defined in

[plugin.ts:73](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L73)
[plugin.ts:73](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L73)

---

Expand All @@ -181,4 +181,4 @@ Prom client registry for default metrics and route metrics

#### Defined in

[plugin.ts:69](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L69)
[plugin.ts:69](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L69)
2 changes: 1 addition & 1 deletion docs/modules/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Fastify metrics - v7.3.0](../README.md) / index
[Fastify metrics - v7.4.0](../README.md) / index

# Module: index

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/plugin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Fastify metrics - v7.3.0](../README.md) / plugin
[Fastify metrics - v7.4.0](../README.md) / plugin

# Module: plugin

Expand Down
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": "7.4.0",
"version": "8.0.0",
"description": "Prometheus metrics exporter for Fastify",
"keywords": [
"fastify-plugin",
Expand Down

0 comments on commit 2b32aa3

Please sign in to comment.