Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Conversation

@bugos
Copy link
Member

@bugos bugos commented Oct 2, 2024

No description provided.

@bugos bugos requested a review from a team as a code owner October 2, 2024 12:18
// Set default values for some system labels.
NSString *hostname = [NSProcessInfo processInfo].hostName;

[metricSet addRootLabel:@"host_name" value:hostname];
Copy link
Contributor

Choose a reason for hiding this comment

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

Where do the root labels flow - does this break existing users?

// Set default values for some system labels.
NSString *hostname = [NSProcessInfo processInfo].hostName;

[metricSet addRootLabel:@"host_name" value:hostname];
Copy link
Contributor

Choose a reason for hiding this comment

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

This change breaks unit tests

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants