Skip to content

Commit

Permalink
Merge pull request #807 from parca-dev/proto-tenant
Browse files Browse the repository at this point in the history
proto/parca/profilestore: Deprecate tenant field in WriteRawRequest
  • Loading branch information
kakkoyun authored Mar 25, 2022
2 parents d5b7533 + 40ef1e1 commit 42a402a
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 42a402a

Please sign in to comment.