-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NH-76996 Otelcol: collecting Lambda function logs (code refactoring) #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Record map[string]any `json:"record"` | ||
Time string `json:"time"` | ||
Type string `json:"type"` | ||
Record any `json:"record"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we change the type because it can be something other than a map?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
…21) * Removed logs.go and logs_test.go and applied sharedcomponent to share the same http server with receiver.go * Fixed code indexing problem by putting telemetryapi code to receiver/telemetryapireceiver/internal * Enable WithMetrics with empty implementation so as to prepare for NH-70292
receiver/telemetryapireceiver/internal
WithMetrics
with empty implementation so as to prepare for NH-70292NH-76996
NH-70292