Skip to content

Commit

Permalink
Correct memory allocated metric name in metadata (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Jul 9, 2024
1 parent 0300ac2 commit b4404ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3506,7 +3506,7 @@ Some instrumentations (e.g. Spring Web MVC instrumentation) produce SpanKind.Int
splunkInstrumentation("jvm-metrics.splunk")
.component("Java Platform", null)
.metric(
"process.runtime.jvm.memory.allocated",
"jvm.memory.allocated",
MetricInstrument.COUNTER,
"Approximate sum of heap allocations.")
.metric(
Expand Down

0 comments on commit b4404ea

Please sign in to comment.