Skip to content

Commit

Permalink
Output descriptors in container image exporters with
Browse files Browse the repository at this point in the history
backwards-compatible fallbacks.
Move the exporter set up to a public helper API so that users that
custom-initialize the session can benefit from being able to configure
exporters correctly.
  • Loading branch information
a-palchikov committed Dec 11, 2024
1 parent c481eaf commit f0b701b
Show file tree
Hide file tree
Showing 11 changed files with 216 additions and 137 deletions.
15 changes: 13 additions & 2 deletions api/services/control/control.pb.go

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

3 changes: 3 additions & 0 deletions api/services/control/control.proto
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,7 @@ message Exporter {
string Type = 1;
// Attrs specifies exporter configuration
map<string, string> Attrs = 2;
// ID identifies this exporter.
// ID should be treated by the exporter as opaque.
string ID = 3;
}
47 changes: 47 additions & 0 deletions api/services/control/control_vtproto.pb.go

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

Loading

0 comments on commit f0b701b

Please sign in to comment.