Skip to content

Commit

Permalink
Remove traces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Pizzamiglio committed Sep 19, 2023
1 parent 65445e7 commit 270c697
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions dozer-types/protos/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package dozer.telemetry;

service TelemetryService {
rpc get_metrics(MetricsRequest) returns (MetricsResponse);
rpc get_traces(TracesRequest) returns (TracesResponse);
rpc get_full_traces(FullTracesRequest) returns (FullTracesResponse);
}

enum QueryType {
Expand All @@ -22,15 +20,3 @@ message MetricsRequest {
}

message MetricsResponse { string content = 1; }

message TracesRequest {
string app_id = 1;
optional uint64 start = 4;
optional uint64 end = 5;
}

message TracesResponse { string content = 1; }

message FullTracesRequest { repeated string trace_ids = 1; }

message FullTracesResponse { string content = 1; }

0 comments on commit 270c697

Please sign in to comment.