Manu Garg

Results 46 issues of Manu Garg

### Discussed in https://github.com/manugarg/pagenotes-issues/discussions/49 Originally posted by **erlendorf** September 24, 2023 Let the user choose between showing notes in a [side panel ](https://developer.chrome.com/docs/extensions/reference/sidePanel/)and the popup.

enhancement

This is similar to https://github.com/cloudprober/cloudprober/issues/23, or at least requires the same sort of primitives. Cloudprober is designed to run in a continuous mode, but it will be nice to be...

This is particularly a problem for `external` and `browser` probes where we don't control label values. We should do this in prometheus surfacer. From official documentation: ``` label_value can be...

enhancement

For config testing, we currently only unmarshal the config into a protobuf. That misses cases where `string` fields may be improperly formatted, e.g. let's say someone sets "interval" to "1223"...

enhancement

Currently only HTTP probe type supports it.

enhancement