Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions api/connect-openapi/gen/querier/v1/querier.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,16 @@ components:
description: Select stack traces that match the provided selector.
nullable: true
$ref: '#/components/schemas/types.v1.StackTraceSelector'
profileIdSelector:
type: array
examples:
- - 7c9e6679-7425-40de-944b-e07fc1f90ae7
items:
type: string
examples:
- - 7c9e6679-7425-40de-944b-e07fc1f90ae7
title: profile_id_selector
description: List of Profile UUIDs to query
title: SelectMergeProfileRequest
additionalProperties: false
querier.v1.SelectMergeSpanProfileRequest:
Expand Down
12 changes: 11 additions & 1 deletion api/connect-openapi/gen/query/v1/query.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,14 @@ components:
format: int64
stackTraceSelector:
title: stack_trace_selector
description: 'TODO(kolesnikovae): Go PGO options.'
nullable: true
$ref: '#/components/schemas/types.v1.StackTraceSelector'
profileIdSelector:
type: array
items:
type: string
title: profile_id_selector
description: 'TODO(kolesnikovae): Go PGO options.'
title: PprofQuery
additionalProperties: false
query.v1.PprofReport:
Expand Down Expand Up @@ -714,6 +719,11 @@ components:
title: stack_trace_selector
nullable: true
$ref: '#/components/schemas/types.v1.StackTraceSelector'
profileIdSelector:
type: array
items:
type: string
title: profile_id_selector
title: TreeQuery
additionalProperties: false
query.v1.TreeReport:
Expand Down
18 changes: 14 additions & 4 deletions api/gen/proto/go/querier/v1/querier.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 61 additions & 0 deletions api/gen/proto/go/querier/v1/querier_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 23 additions & 5 deletions api/gen/proto/go/query/v1/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading