pcp2openmetrics & pcp2opentelemetry revisions - #2676
Conversation
openscanhub revisions for pcp2openmetrics & pcp2opentelemetry Updated error in format for unit assignment in pcp2opentelemetry Updated http authentication
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe OpenTelemetry exporter now composes multiple unit dimensions. Both exporters reject HTTP Basic Authentication for non-HTTPS endpoints before attaching credentials. ChangesUnit formatting and authentication
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| auth = None | ||
| if self.http_user and self.http_pass: | ||
| if not self.url.lower().startswith("https://"): | ||
| raise ValueError( |
There was a problem hiding this comment.
This could break existing setups - should this just be a warning not an error?
| first_unit = 0 | ||
| elif units.dimTime: | ||
|
|
||
| if units.dimTime: |
There was a problem hiding this comment.
Do these changes impact on tests? If not, why not? :)
openscanhub revisions for pcp2openmetrics & pcp2opentelemetry
Updated error in format for unit assignment in pcp2opentelemetry Updated http authentication