Skip to content

Commit

Permalink
fixup: add attribute_indices to message Profile
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Dec 6, 2024
1 parent 7c0cd47 commit bcfb44e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions opentelemetry/proto/profiles/v1development/profiles.proto
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,17 @@ message Profile {
// The field is optional, however if it is present then equivalent converted data should be populated in other fields
// of this message as far as is practicable.
bytes original_payload = 21;

// References to attributes in attribute_table. [optional]
// It is a collection of key/value pairs. Note, global attributes
// like server name can be set using the resource API. Examples of attributes:
//
// "/http/user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
// "/http/server_latency": 300
// "abc.com/myattribute": true
// "abc.com/score": 10.239
//
repeated int32 attribute_indices = 22;
}

// Represents a mapping between Attribute Keys and Units.
Expand Down

0 comments on commit bcfb44e

Please sign in to comment.