Skip to content

feat: Refactor OpenTelemetry data fetching to do less in-service data enrichment for performance #28

@dthyresson

Description

@dthyresson

See:

for (let i = 0; i < incompleteData.length; i++) {

In the opentelementry services, many of the service data fetch integrates over many, many, many (all?) spans to enrich the Trace and Span results.

These methods could use some refactoring to perhaps do more work in the database (views, custom CTE queries, etc) to offload that work into the database vs api process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions