Skip to content
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

Make field names uniform with type names #126

Merged

Conversation

tigrannajaryan
Copy link
Member

Previously we had declarations like this:

Int64Datapoints []*Int64DataPoint

The "Datapoints" and "DataPoint" portions use non-uniform cases.

Now we have:

Int64DataPoints []*Int64DataPoint

Previously we had declarations like this:

  Int64Datapoints []*Int64DataPoint

The "Datapoints" and "DataPoint" portions use non-uniform cases.

Now we have:

  Int64DataPoints []*Int64DataPoint
@bogdandrutu bogdandrutu merged commit 2e3afbf into open-telemetry:master Mar 13, 2020
MrAlias pushed a commit to MrAlias/opentelemetry-go that referenced this pull request Mar 13, 2020
rghetia added a commit to open-telemetry/opentelemetry-go that referenced this pull request Mar 16, 2020
[Upstream
changes](open-telemetry/opentelemetry-proto#126)

Co-authored-by: Rahul Patel <rahulpa@google.com>
@tigrannajaryan tigrannajaryan deleted the feature/tigran/rename branch March 3, 2022 17:01
shbieng added a commit to shbieng/opentelemetry-go that referenced this pull request Aug 26, 2022
[Upstream
changes](open-telemetry/opentelemetry-proto#126)

Co-authored-by: Rahul Patel <rahulpa@google.com>
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.

2 participants