Skip to content

Commit

Permalink
chore: Update protos
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 30, 2024
1 parent 69c41d8 commit 382d7cb
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 4 deletions.
44 changes: 43 additions & 1 deletion private/test/src/protobuf/jaeger/proto/api_v3/query_service.ts

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

3 changes: 0 additions & 3 deletions proto/cerbos/cloud/bundle/v2/bundle.proto
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2021-2024 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

// Copyright 2021-2024 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

syntax = "proto3";

package cerbos.cloud.bundle.v2;
Expand Down
10 changes: 10 additions & 0 deletions proto/jaeger/proto/api_v3/query_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ message GetTraceRequest {

// Optional. The end time to search trace ID.
google.protobuf.Timestamp end_time = 3;

// Optional. If set to true, the response will not include any
// enrichments to the trace, such as clock skew adjustment.
// Instead, the trace will be returned exactly as stored.
bool raw_traces = 4;
}

// Query parameters to find traces. Except for num_traces, all fields should be treated
Expand Down Expand Up @@ -72,6 +77,11 @@ message TraceQueryParameters {
// but not all implementations support such accuracy and for those
// the larger depth value simply means more traces returned.
int32 search_depth = 8;

// Optional. If set to true, the response will not include any
// enrichments to the trace, such as clock skew adjustment.
// Instead, the trace will be returned exactly as stored.
bool raw_traces = 9;
}

// Request object to search traces.
Expand Down

0 comments on commit 382d7cb

Please sign in to comment.