fhemberger / prometheus-formatter

Browser extension which makes plain Prometheus/OpenMetrics endpoints easier to read
126 stars 10 forks source link

Add ability to provide custom paths RegExps #4

Closed melkorm closed 6 years ago

melkorm commented 6 years ago

This fixes #3

Added little textarea popup to fill with user specific metric RegEx paths separated by newline. Data is persisted in plugin storage. Empty list defaults to current list

I have also looked into #1 and there is a way to access response headers https://developer.chrome.com/extensions/webRequest#event-onHeadersReceived but when I almost made it work I came to to few conclusions why maybe it's not best idea:

@fhemberger It would be great if you could look at this 👍

fhemberger commented 6 years ago

Sorry, GitHub notifications seem to have some issues, I just got the mail. First of all, thank you! This is really cool, I'll have a deeper look over the weekend to get it merged.

fhemberger commented 6 years ago

Published as v1.2.0, thank you!

RichiH commented 6 years ago

Thanks!