haihongren

Results 6 issues of haihongren

Currently `ignoreOuptut` function ignores filter functions - sampleFilter, sample_include_filter and sample_exclude_filter. With this update, `ignoreOuptut` function will honour those filters.

hero

updated go-hdb to v0.107.3 to support new hanadb version.

hero

## Is your feature request related to a problem? Please describe. na ## Feature Description Would love to see a `trim` function (right and left!) in a future Flex ##...

feature request
triage/pending

**enhancement** - added `parse_html_attributes` function to allow html element attribute to be parsed and included in the value, for example: `class` of the element **Use case** Google cloud service status...

hero

Flex reformats the jq query string if the jq query string does not start with `.[`. For example: - If the `jq` query is `to_entries`, it will reformat it into...

https://github.com/newrelic/entity-definitions/blob/0cf81c37718443431ba9462e1cf351127655131d/entity-types/ext-pure/dashboard.json#L163 the formula should be: ``` latest(usec_per_read_op)/1000 latest(usec_per_write_op)/1000 ``` rather than ``` latest(usec_per_read_op)/1024 latest(usec_per_write_op)/1024 ```