-
Notifications
You must be signed in to change notification settings - Fork 14
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
filterx: otel dict #114
filterx: otel dict #114
Commits on May 21, 2024
-
otel: rename LogRecord functions to snake_case
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for cab940c - Browse repository at this point
Copy the full SHA cab940cView commit details -
otel: pass const std::string & where possible
This can save a copy. Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for b1de55d - Browse repository at this point
Copy the full SHA b1de55dView commit details -
otel: add extract_string_from_object() helper fn
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 41ed14d - Browse repository at this point
Copy the full SHA 41ed14dView commit details -
otel: port LogRecord to implement the Dict interface
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for bab170d - Browse repository at this point
Copy the full SHA bab170dView commit details -
otel: add get_protobuf_message_set_field_count()
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 3461444 - Browse repository at this point
Copy the full SHA 3461444View commit details -
otel: implement len() for LogRecord
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 17f9228 - Browse repository at this point
Copy the full SHA 17f9228View commit details -
otel: add Unset() to ProtobufField
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 3646630 - Browse repository at this point
Copy the full SHA 3646630View commit details -
otel: implement unset for LogRecord
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 9ce814a - Browse repository at this point
Copy the full SHA 9ce814aView commit details -
otel: add IsSet() to ProtobufField
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 6442d2f - Browse repository at this point
Copy the full SHA 6442d2fView commit details -
otel: implement is_key_set for LogRecord
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 2ed39cd - Browse repository at this point
Copy the full SHA 2ed39cdView commit details -
otel: add iter_on_otel_protobuf_message_fields()
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 7527ce6 - Browse repository at this point
Copy the full SHA 7527ce6View commit details -
otel: implement iter() for LogRecord
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 45848ae - Browse repository at this point
Copy the full SHA 45848aeView commit details -
otel: port Resource to implement the Dict interface
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 7a96897 - Browse repository at this point
Copy the full SHA 7a96897View commit details -
otel: implement the rest of the Dict interface for Resource
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 0b28f39 - Browse repository at this point
Copy the full SHA 0b28f39View commit details -
otel: port Scope to implement the Dict interface
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for fe4773e - Browse repository at this point
Copy the full SHA fe4773eView commit details -
otel: implement the rest of the Dict interface for Scope
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 224c2e2 - Browse repository at this point
Copy the full SHA 224c2e2View commit details -
otel: add list and dict factory for Resource, Scope, LogRecord
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 641035d - Browse repository at this point
Copy the full SHA 641035dView commit details -
filterx: add filterx_dict_merge()
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for a3a11ad - Browse repository at this point
Copy the full SHA a3a11adView commit details -
filterx: add filterx_list_merge()
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 003df12 - Browse repository at this point
Copy the full SHA 003df12View commit details -
filterx: use dict merging in json and otel related functions
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 6af1e67 - Browse repository at this point
Copy the full SHA 6af1e67View commit details -
filterx: use list merging in json and otel related functions
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 46ed4e8 - Browse repository at this point
Copy the full SHA 46ed4e8View commit details -
filterx: add E2E tests to OTEL Res, Sco, Log <-> JSON convert
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
Configuration menu - View commit details
-
Copy full SHA for 7808171 - Browse repository at this point
Copy the full SHA 7808171View commit details