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

Consolidate zpages constants #7275

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

djaglowski
Copy link
Member

This is a minor cleanup of the zpages constants in the service package.

  • Move zpages constants from pipelines.go into zpages.go
  • Use common naming format for all zpages constants

@djaglowski djaglowski added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Mar 2, 2023
service/zpages.go Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (4a77030) 90.90% compared to head (64f2c01) 90.90%.

❗ Current head 64f2c01 differs from pull request most recent head b882c34. Consider uploading reports for the commit b882c34 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7275   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files         293      293           
  Lines       14077    14077           
=======================================
  Hits        12796    12796           
  Misses       1013     1013           
  Partials      268      268           
Impacted Files Coverage Δ
service/pipelines.go 90.00% <ø> (ø)
service/zpages.go 70.58% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@djaglowski djaglowski marked this pull request as ready for review March 2, 2023 17:00
@djaglowski djaglowski requested review from a team and jpkrohling March 2, 2023 17:00
Comment on lines 32 to 35
zService = "servicez"
zPipeline = "pipelinez"
zExtension = "extensionz"
zFeature = "featurez"
Copy link
Member

Choose a reason for hiding this comment

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

I liked more with the "path" suffix.

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated. Should be good to go.

@djaglowski djaglowski force-pushed the mv-zpages-constants branch 2 times, most recently from a77d16a to d2f2b81 Compare March 2, 2023 18:35
@bogdandrutu bogdandrutu merged commit a0b905b into open-telemetry:main Mar 3, 2023
@djaglowski djaglowski deleted the mv-zpages-constants branch March 4, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants