Skip to content

Commit

Permalink
feat: add nuxt-prometheus (nuxt#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
artmizu authored Jan 30, 2023
1 parent ad73a31 commit 40caa78
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/analytics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: prometheus
description: Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications
repo: artmizu/nuxt-prometheus
npm: '@artmizu/nuxt-prometheus'
icon: prometheus.svg
github: https://github.com/artmizu/nuxt-prometheus
category: Monitoring
type: 3rd-party
maintainers:
- name: Aleksandr Saburov
github: artmizu
avatar: https://avatars.githubusercontent.com/artmizu?v=4
compatibility:
nuxt: ^2.0.0 || ^3.0.0
requires: {}
18 changes: 18 additions & 0 deletions modules/prometheus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: prometheus
description: >-
Allows you to better understand what's going on with your application and how
to optimize performance and other things in production
repo: artmizu/nuxt-prometheus
npm: '@artmizu/nuxt-prometheus'
icon: ''
github: https://github.com/artmizu/nuxt-prometheus
website: https://github.com/artmizu/nuxt-prometheus
learn_more: ''
category: Devtools
type: 3rd-party
maintainers:
- name: artmizu
github: artmizu
compatibility:
nuxt: ^2.0.0
requires: {}
9 changes: 9 additions & 0 deletions website/public/icons/prometheus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40caa78

Please sign in to comment.