Documentation ¶
Index ¶
- func ExportQuerySamplesAsTraceSpans(ctx context.Context, server *state.Server, logger *util.Logger, ...)
- func NormalizeExplainJSON(explainOutputJSON *state.ExplainPlanContainer) (*state.ExplainPlanContainer, error)
- func TransformAutoExplainToQuerySample(logLine state.LogLine, explainText string, queryRuntime string) (state.PostgresQuerySample, error)
- func TransformLogMinDurationStatementToQuerySample(logLine state.LogLine, queryText string, queryRuntime string, ...) (s state.PostgresQuerySample, ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportQuerySamplesAsTraceSpans ¶ added in v0.52.0
func NormalizeExplainJSON ¶
func NormalizeExplainJSON(explainOutputJSON *state.ExplainPlanContainer) (*state.ExplainPlanContainer, error)
NormalizeExplainJSON - Normalizes the expressions contained within the passed in EXPLAIN JSON output.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.