Eric Sirianni
Eric Sirianni
https://github.com/halcyon/asdf-java/pull/114 seems to have broken symlink handling for `JAVA_HOME` resolution on Linux. The `cd -P` workaround does not handle when the file itself is symlinked vs. the directory. You can...
It would be nice to provide an option to close a hyperlinked notification (i.e. one using the `url` option) when clicked. When the hyperlink is navigating within the single page...
``` $ asdf install python 3.8.14 python-build 3.8.14 /home/sirianni/.asdf/installs/python/3.8.14 Downloading Python-3.8.14.tar.xz... -> https://www.python.org/ftp/python/3.8.14/Python-3.8.14.tar.xz Installing Python-3.8.14... Installed Python-3.8.14 to /home/sirianni/.asdf/installs/python/3.8.14 ``` ``` $ /home/sirianni/.asdf/installs/python/3.8.14/bin/python -c 'import sys; print("\n".join(sys.path));' /home/sirianni/.asdf/installs/python/3.8.14/lib/python38.zip /home/sirianni/.asdf/installs/python/3.8.14/lib/python3.8 /home/sirianni/.asdf/installs/python/3.8.14/lib/python3.8/lib-dynload...
### Component(s) jmx-metrics ### Is your feature request related to a problem? Please describe. I'd like to collect both `jvm` metrics and custom application metrics with a single instance of...
### Component(s) jmx-metrics ### What happened? ## Description Using JMX Gatherer `otel.mbeans` to match a collection of MBeans consistently emits the warning `Instrument ...has recorded multiple values for the same...
On linux, `granted registry sync` fails: ``` $ granted registry sync [i] From github.com:my_company/granted-registry [i] * branch HEAD -> FETCH_HEAD [✔] Successfully synced registry my_company [✘] rename /tmp/granted-registry-sync431384928/aws-config /home/sirianni/.aws/config: invalid...
**Steps to reproduce the issue:** Configure an `openmetrics` check against a target that exports target metadata using the [`target_info` convention](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md?rgh-link-date=2023-01-12T21%3A49%3A28Z#supporting-target-metadata-in-both-push-based-and-pull-based-systems) ``` # TYPE target info # HELP target Target metadata...
### Description `nrql query` returns an unmarshalling error when used with `FACET` clause. ### Current behavior ``` newrelic nrql query -q 'SELECT latest(k8s.pod.memory.usage) FROM Metric FACET `k8s.pod.name` SINCE 3 MINUTES...
I upgraded to '0.12' and received this error: ``` $ gradle --stacktrace clean build Starting Build FAILURE: Build failed with an exception. * What went wrong: com/moowork/gradle/node/NodePlugin > com.moowork.gradle.node.NodePlugin *...
### Component(s) exporter/datadog ### What happened? ## Description We are observing a memory leak in the Datadog Exporter which appears to be in the trace/apm stats component. The pattern we...