Skip to content

Commit

Permalink
proto/parca/profilestore: Deprecate tenant field in WriteRawRequest
Browse files Browse the repository at this point in the history
Going forward we want to instead utilize gRPC metadata
  • Loading branch information
metalmatze authored and kakkoyun committed Mar 25, 2022
1 parent f7ec974 commit 40ef1e1
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 59 deletions.
119 changes: 61 additions & 58 deletions gen/proto/go/parca/profilestore/v1alpha1/profilestore.pb.go

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

2 changes: 1 addition & 1 deletion proto/parca/profilestore/v1alpha1/profilestore.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ service ProfileStoreService {
message WriteRawRequest{

// tenant is the given tenant to store the pprof profile under
string tenant = 1;
string tenant = 1 [deprecated=true];

// series is a set raw pprof profiles and accompanying labels
repeated RawProfileSeries series = 2;
Expand Down

0 comments on commit 40ef1e1

Please sign in to comment.