Skip to content

Commit aae1855

Browse files
committed
Release v2.1.0
Use Atom One Dark/Light theme depending on color scheme
1 parent c112a3e commit aae1855

File tree

8 files changed

+7
-6
lines changed

8 files changed

+7
-6
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ Browser extension which makes plain Prometheus metrics easier to read.
55
This extension is a simple syntax highlighter for plain text Prometheus metrics.
66
By default it works on URL paths matching '/metrics', '/federate', '/probe', '/prometheus' and '/actuator/prometheus'. By clicking on the extension's icon, you can define your own paths (Regular Expressions are suppported), which will override the default list.
77

8-
###### before:
8+
###### Before:
99
![](_images/before.png)
1010

11-
###### after:
11+
###### After:
1212
![](_images/after.png)
1313

14+
For highlighting in the terminal: [promcolor](https://github.com/fhemberger/promcolor).
15+
1416

1517
## Installation
1618

_images/after.png

1.36 KB
Loading

_images/before.png

2.92 KB
Loading

_images/screenshot_640x400.png

-11 KB
Loading

_images/tile_440x280.png

-16.2 KB
Loading

_images/tile_920x680.png

-74.7 KB
Loading

extension/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Prometheus Formatter",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"manifest_version": 2,
55
"description": "Makes plain Prometheus metrics easier to read.",
66
"homepage_url": "https://github.com/fhemberger/prometheus-formatter",
@@ -36,7 +36,6 @@
3636
}
3737
},
3838
"permissions": [
39-
"activeTab",
4039
"storage"
4140
]
42-
}
41+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prometheus-formatter",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Browser extension which makes plain Prometheus metrics easier to read.",
55
"scripts": {
66
"test": "standard js/*.js --fix",

0 commit comments

Comments
 (0)