You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add managed log source for CloudWatch metric streams.
Considerations
Currently, the main way to get CW metrics streams is through integration with Kinesis Firehose. If we supported the metrics stream output format, the user would only need to point their Firehose(s) at an S3 bucket for Matano to ingest the data. The log source will need to handle decoding from base64 since that's how Firehose will deliver it (unless configured with Lambda transforms).
JSONL output format seems to be the one that is most supported. There is also an OTEL output format, but it has less features and seems to be a bit more experimental.
Add managed log source for CloudWatch metric streams.
Considerations
Currently, the main way to get CW metrics streams is through integration with Kinesis Firehose. If we supported the metrics stream output format, the user would only need to point their Firehose(s) at an S3 bucket for Matano to ingest the data. The log source will need to handle decoding from base64 since that's how Firehose will deliver it (unless configured with Lambda transforms).
JSONL output format seems to be the one that is most supported. There is also an OTEL output format, but it has less features and seems to be a bit more experimental.
References
The text was updated successfully, but these errors were encountered: