Splunk Observability Cloud

APM -http.server.request.duration metrics coming as grouped instead of Histogram type

Maheswari1812
Explorer
http.server.request.durationhistogramDuration of HTTP server requests.

metrics coming as grouped like below

  • http.server.request.duration_sum
    http.server.request.duration_count
    http.server.request.duration_max
    http.server.request.duration_bucket
    http.server.request.duration_min
  • http.client.request.duration_count similarly...

http.route as well coming as Gain/Vl/* instead of full end point. Any solution for this. 

 

0 Karma

Maheswari1812
Explorer

Splunk Observability endpoint grouping settings adjustment
http.route coming as A/* - grouped endpoint
but url.path coming as A/B/C/D - full endpoint

how to fix this issue ? Anyone can help?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

What is your search/SPL for this?

0 Karma

Maheswari1812
Explorer

A = data('http.server.request.duration_min', filter=filter('http.route', '/Gain/vl/*')).publish(label='A') -signalflow builder query.

 

I need histogram function metrics instead of data. Is there any configuration changes required as part of otel instrumentation.

A = histogram('http.server.request.duration', filter=filter('http.route', '/batch-process/iomatch')).min().publish(label='A')

 

 

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...