Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logger: adjust logger to receive logs blobs (#1172)
* codegen: removed the otel layer generation * proto: updated logger proto file * logger: add store_logs RPC impl * logger: fixed tests * logger: decreased the visibility for Log type * logger: remove the unwrap * proto/logger: differentiate between a fetched/stored log items * logger: simplify tests * runtime: removed tracing/otel dependencies * runtime: removed the tracing dependencies * codegen: cleanup tracing layers and tests * runtime/next: fix compilation * logger: remove claim verification on store_logs * logger: implemented from_stored for StoredLogItem convertion to Log * codegen: readd a missing import * codegen: fix tests * addressed P review * logger: removed integration test comment * logger/tests: remove the DeploymentPush claim scope * address orhun feedback * logger: fixed error message typo * address Johan review * logger/proto: remove dedup protobuf defs
- Loading branch information