Skip to content

Conversation

@Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Nov 19, 2025

Just a WIP to show what needs to be changed.

We can split this PR into multiple parts, one for each type:

  • Protocol
  • OTLP
  • Logs/TraceMetrics/Spans

Need to expand existing tests for all of these.

///
/// The respective value must be of type [`Value::String`].
String,
/// A string type.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// A string type.
/// An array type.

///
/// The respective value must be of type [`Value::Bool`].
Boolean,
/// A integer type.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// A integer type.
/// An integer type.


#[derive(Debug, Clone, PartialEq, Eq)]
pub enum AttributeType {
/// A boolean type.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove the "type" from all of these.

Suggested change
/// A boolean type.
/// A boolean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants