Skip to content

fix(docs): Correct field names and queries in Investigate and Dashboards docs#5

Merged
anirudha merged 1 commit into
anirudha:mainfrom
brijos:docs/fix-investigate-queries
Mar 5, 2026
Merged

fix(docs): Correct field names and queries in Investigate and Dashboards docs#5
anirudha merged 1 commit into
anirudha:mainfrom
brijos:docs/fix-investigate-queries

Conversation

@brijos

@brijos brijos commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Fix validated query issues across Investigate and Dashboards documentation.

Query fixes:

  • Replace severity.text = 'ERROR' with severityNumber >= 17
  • Replace instrumentationScope.name with resource.attributes.service.name for service grouping
  • Replace operationName with name in span queries
  • Fix full-text search example to use realistic filter combination

Field reference updates:

  • Remove startTime/endTime from span field table (Discover UI bug prevents time column from populating with fields projection)

Clarity improvements:

  • Separate PPL sample queries by signal type (logs vs traces) on index page
  • Mark all PromQL examples as placeholders pending metric name validation

…rds docs

- Replace severity.text = 'ERROR' with severityNumber >= 17
- Replace instrumentationScope.name with resource.attributes.service.name
  for service grouping
- Replace operationName with name in span queries
- Remove startTime/endTime from span field reference table (Discover UI
  bug prevents time column from populating with fields projection)
- Separate PPL sample queries by signal type (logs vs traces) on index
  page to prevent confusion
- Mark all PromQL examples as placeholders pending metric name validation
- Fix full-text search example to use realistic filter combination
@codecov

codecov Bot commented Mar 5, 2026

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@anirudha anirudha merged commit 8a3cd57 into anirudha:main Mar 5, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants