We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f52b4 commit d7e5e30Copy full SHA for d7e5e30
1 file changed
aws/logs_monitoring_go/internal/model/log.go
@@ -6,14 +6,14 @@
6
package model
7
8
type LogEntry struct {
9
- ID string `json:"id,omitempty"`
10
- Time int64 `json:"timestamp,omitempty"`
11
- Message string `json:"message,omitempty"`
12
- Source string `json:"ddsource"`
13
- Service string `json:"service,omitempty"`
14
- Host string `json:"hostname,omitempty"`
15
- Tags []string `json:"ddtags"`
16
- AWS AWSMetadata `json:"aws"`
+ ID string `json:"id,omitempty"`
+ Timestamp int64 `json:"timestamp,omitempty"`
+ Message string `json:"message,omitempty"`
+ Source string `json:"ddsource"`
+ Service string `json:"service,omitempty"`
+ Host string `json:"hostname,omitempty"`
+ Tags []string `json:"ddtags"`
+ AWS AWSMetadata `json:"aws"`
17
}
18
19
type AWSMetadata struct {
0 commit comments