Tag: nr
ActiveMQ Artemis 2.37.0 messages and New Relic
When browsing my ActiveMQ Artemis 2.37.0 messages from the web console I see a newrelic property. Any idea what this is about? [{“newrelic”:”eyJkIjp7ImFjIjoiMTIxMjEwMiIsInByIjoxLjQ3MTk0LCJ0″,”x-opt-delivery-time”:1726171200241,”x-opt-jms-dest”:0,”address”:”scheduled”,”creationTime”:1726168127157,”x-opt-jms-msg-type”:3,”messageID”:515,”priority”:4,”userID”:”ID:ID:eb421cec-9cfa-49b3-b730-cf95485863da:1:1:1-1″,,”durable”:true,”tracestate”:”1212102@nr=0-0-1212102-398731796-08b44ca926d53eec-b3094d0d0d351a97,”,”traceparent”:”00-3ea7d1cdf9df58945f523cf2acc6f21f”,”expiration”:0,”to”:”scheduled”,”contentType”:”application/octet-stream”,”timestamp”:1726168127157}] Read more here: Source link
ActiveMQ Artemis 2.37.0 messages and New Relic
When browsing my ActiveMQ Artemis 2.37.0 messages from the web console I see a newrelic property. Any idea what this is about? [{“newrelic”:”eyJkIjp7ImFjIjoiMTIxMjEwMiIsInByIjoxLjQ3MTk0LCJ0″,”x-opt-delivery-time”:1726171200241,”x-opt-jms-dest”:0,”address”:”scheduled”,”creationTime”:1726168127157,”x-opt-jms-msg-type”:3,”messageID”:515,”priority”:4,”userID”:”ID:ID:eb421cec-9cfa-49b3-b730-cf95485863da:1:1:1-1″,,”durable”:true,”tracestate”:”1212102@nr=0-0-1212102-398731796-08b44ca926d53eec-b3094d0d0d351a97,”,”traceparent”:”00-3ea7d1cdf9df58945f523cf2acc6f21f”,”expiration”:0,”to”:”scheduled”,”contentType”:”application/octet-stream”,”timestamp”:1726168127157}] Read more here: Source link
k8s :: Tech Memory
Kubectl Cheatsheet Docs: kubernetes.io/docs/reference/kubectl/cheatsheet/ kubernetes.io/docs/reference/generated/kubectl/kubectl-commands erosb.github.io/post/json-patch-vs-merge-patch/ Viewing, Finding Resources Nodes # get node status confditions JSONPATH='{range .items[]}{@.metadata.name}: {range @.status.conditions[]}{@.type}={@.status}, {end}{“\n”}{end}’ \ && kubectl get nodes -o jsonpath=”$JSONPATH” # check node…
python 3.x – command not found: newrelic-lambda
Trying to use the newrelic cli to integrate my aws account to new relic, but have run into this hiccup. I’m following these steps:docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/account-linking After installing pip3 install newrelic-lambda-cli, I…