Can I remove prometheus exemplar labels? #12411
Unanswered
myeongseok-rpls
asked this question in
Q&A
Replies: 1 comment 9 replies
-
cc @jack-berg |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not good at English, so please understand if it's awkward.
I ran the agent using java auto-instrument.
Everything seemed to be working fine, but I didn't see any exemplar in grafana.
I checked the error below through the prometheus log.
err="label length for exemplar exceeds maximum of 128 UTF-8 characters"
When I checked the metric, there were too many labels attached to the exemplar.
# client_address="127.0.0.6",network_peer_address="127.0.0.6",network_peer_port="55579",server_address="10.3.17.168",server_port="8081",span_id="049178b29912fdb4",trace_id="0669315b30dbe08683c19ed9bd24068b",url_path="/actuator/health",user_agent_original="kube-probe/1.29+"}
Is there a way to remove the Exemplar's Label?
Beta Was this translation helpful? Give feedback.
All reactions