fhemberger / prometheus-formatter

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

Fix highlighting for empty label values #7

Closed bemyak closed 4 years ago

bemyak commented 5 years ago

Currently when tag label is empty, the next label is colored in value color. Example:

node_network_info{device="lo",duplex="",ifalias="",operstate="unknown"} 1
                                       ^^^^^^^^^^^^
                                      This is all green
fhemberger commented 4 years ago

Cool, thank you for your PR! Sorry it took so long, didn't get any notification from GitHub. Will publish a new release with your fix right away!

bemyak commented 4 years ago

Great, thank you!

fhemberger commented 4 years ago

Extension is pushed to the Chrome store, now waiting for review …