Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/bright-metrics-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@naverpay/prometheus-core": patch
"@naverpay/prometheus-hono": patch
"@naverpay/prometheus-koa": patch
"@naverpay/prometheus-next": patch
---

Add package license metadata.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@naverpay/prometheus-core",
"version": "2.1.0",
"description": "Core utilities for Prometheus monitoring and metrics collection.",
"license": "MIT",
"keywords": [
"prometheus",
"prometheus-exporter",
Expand Down
1 change: 1 addition & 0 deletions packages/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@naverpay/prometheus-hono",
"version": "1.1.0",
"description": "Hono middleware for Prometheus metrics integration.",
"license": "MIT",
"keywords": [
"hono",
"prometheus",
Expand Down
1 change: 1 addition & 0 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@naverpay/prometheus-koa",
"version": "2.1.0",
"description": "Koa middleware for Prometheus metrics integration.",
"license": "MIT",
"keywords": [
"koa",
"prometheus",
Expand Down
1 change: 1 addition & 0 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@naverpay/prometheus-next",
"version": "2.1.0",
"description": "Next.js integration server with Prometheus metrics collection and PM2 cluster support.",
"license": "MIT",
"keywords": [
"nextjs",
"prometheus",
Expand Down