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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,16 @@ This function has the following limitations:
20
20
21
21
- It can only process metrics data in OTLP 0.7 format.
22
22
- It can only forward the data to a Prometheus Remote Write endpoint.
23
+
24
+
### Changelog
25
+
26
+
- v1.0.2
27
+
- Stop trying to send bulks if encountered 401 status code
28
+
- Add logzio identifier to each log (5 last chars of the shipping token)
29
+
- Add zip workflow and artifact
30
+
- v1.0.1
31
+
- Improved logging (Add `zap` logger)
32
+
- Add metadata (AWS account, firehose request id, lambda invocation id) to each log for context
33
+
- Flush buffered logs if exists, before the function run ends
34
+
- v1.0.0
35
+
- Initial release: Lambda function that receives OTLP (0.7.0) data from AWS metric stream and exports the data to logz.io using Prometheus remote write
0 commit comments