-
Notifications
You must be signed in to change notification settings - Fork 888
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
Support maps and heterogeneous arrays as attribute values #2888
Closed
tigrannajaryan
wants to merge
10
commits into
open-telemetry:main
from
tigrannajaryan:feature/tigran/allow-complex-attr-values
Closed
Support maps and heterogeneous arrays as attribute values #2888
tigrannajaryan
wants to merge
10
commits into
open-telemetry:main
from
tigrannajaryan:feature/tigran/allow-complex-attr-values
+32
−11
Commits on Jan 10, 2024
-
Support maps and heterogeneous arrays as attribute values
Resolves open-telemetry#376 Use cases where this is necessary or useful: 1. Specify more than one resource in the telemetry: open-telemetry#579 2. Data coming from external source, e.g. AWS Metadata: open-telemetry#596 (comment) or open-telemetry#376 (comment) 3. Capturing HTTP headers: open-telemetry#376 (comment) 4. Structured stack traces: open-telemetry#2841 5. Payloads as attributes: open-telemetry/oteps#219 (comment) This is a draft PR to see what the change looks like. If this PR is merged it will be nice to follow it up with: - A standard way of flattening maps and nested objects when converting from OTLP to formats that don't support maps/nested objects. - Recommendations for semantic conventions to use/not use complex objects.
Configuration menu - View commit details
-
Copy full SHA for 8c497e3 - Browse repository at this point
Copy the full SHA 8c497e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ef00f - Browse repository at this point
Copy the full SHA c0ef00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d2941 - Browse repository at this point
Copy the full SHA c2d2941View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a385e7 - Browse repository at this point
Copy the full SHA 1a385e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15695c - Browse repository at this point
Copy the full SHA b15695cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0d081 - Browse repository at this point
Copy the full SHA 5e0d081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ccaaf0 - Browse repository at this point
Copy the full SHA 5ccaaf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc31a43 - Browse repository at this point
Copy the full SHA dc31a43View commit details -
Remove line item for metric in compliance matrix since it is not need…
…ed anymore (we prohibit complex types for metrics)
Configuration menu - View commit details
-
Copy full SHA for 4f5e141 - Browse repository at this point
Copy the full SHA 4f5e141View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58cbb1a - Browse repository at this point
Copy the full SHA 58cbb1aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.