Skip to content

Commit

Permalink
prometheus metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
trinidz committed Nov 25, 2024
1 parent 14643b4 commit 8548a6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Docker image
on:
push:
tags:
- 'd*'
- 'd*','v*'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release go binary for all platforms
on:
push:
tags:
- 'r*'
- 'r*','v*'

permissions:
contents: write
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ rssnotes is a nostr relay that functions as an rss to nostr bridge by creating n
- Creates a pubkey, npubkey and QR code for each RSS feed profile that you can use to follow the RSS feed on nostr.
- The rssnotes relay also has its own pubkey. The rssnotes relay pubkey automatically follows all of the rss feed profiles. So if you login to nostr as the rssnotes relay you will see all of your RSS feeds.
- Option to import and export multiple RSS feeds at once using an opml file.
- Option to automatically remove old notes.
- Option to automatically delete old notes.
- Selection of relay metrics dislayed on main page. (Metrics are per session and will reset if relay is reset.)
- Prometheus metrics available on /metrics path.
- Search bar
- Relay logs exposed on the /log path.
- Using [khatru](https://github.com/fiatjaf/khatru)
Expand Down
Binary file modified screenshots/rssnotes-github.png
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 8548a6f

Please sign in to comment.