Skip to content

Investigate missing operation from jaeger-query metrics reader #3392

@albertteoh

Description

@albertteoh

Describe the bug

Context: jaegertracing/jaeger-ui#815 (comment)

To Reproduce
Steps to reproduce the behavior:

  1. cd docker-compose/monitor/
  2. docker-compose up
  3. /api/metrics/latencies?service=driver&endTs=1636969517360&groupByOperation=true&lookback=7200000&quantile=0.95&ratePer=3600000&step=60000
  4. (Need to confirm) only receiving metrics for operation /FindNearest.
  5. From main Jaeger UI Search tab, select driver service. Both /FindNearest and HTTP GET operations are present.

Expected behavior
Receive latency metrics for two operations:

  • HTTP GET
  • /FindNearest

Version (please complete the following information):

  • OS: MacOS
  • Jaeger version: master
  • Deployment: dev

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions