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

Upgrade OpenTelemetry to v1.17.0 #1515

Merged

Conversation

heiko-holz
Copy link
Contributor

@heiko-holz heiko-holz commented Aug 30, 2022

Upgrade OpenTelemetry to v1.17.0


This change is Reviewable

@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #1515 (009c541) into master (6f11a6f) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1515      +/-   ##
============================================
+ Coverage     77.51%   77.52%   +0.01%     
  Complexity     2319     2319              
============================================
  Files           240      240              
  Lines          7728     7730       +2     
  Branches        923      924       +1     
============================================
+ Hits           5990     5992       +2     
  Misses         1351     1351              
  Partials        387      387              
Impacted Files Coverage Δ
.../DynamicallyActivatableMetricsExporterService.java 100.00% <ø> (ø)
...t/core/opentelemetry/DynamicMultiSpanExporter.java 70.97% <ø> (ø)
...ot/core/exporter/LoggingMetricExporterService.java 68.00% <100.00%> (ø)
...elot/core/exporter/OtlpMetricsExporterService.java 70.49% <100.00%> (+1.00%) ⬆️
...celot/core/exporter/PrometheusExporterService.java 79.17% <100.00%> (ø)
...ore/opentelemetry/OpenTelemetryControllerImpl.java 79.64% <100.00%> (ø)
...entation/transformer/AbstractClassTransformer.java 83.81% <0.00%> (-0.95%) ⬇️
...nspectit/ocelot/core/utils/HighPrecisionTimer.java 90.62% <0.00%> (+1.56%) ⬆️

Copy link
Member

@Dimi-Ma Dimi-Ma left a comment

Choose a reason for hiding this comment

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

Reviewed 10 of 11 files at r1, all commit messages.
Reviewable status: 10 of 11 files reviewed, 1 unresolved discussion (waiting on @ClaudioWaldvogel and @heiko-holz)


inspectit-ocelot-core/src/main/java/rocks/inspectit/ocelot/core/opentelemetry/OpenTelemetryControllerImpl.java line 408 at r1 (raw file):

            // register metric reader for each service
            for (DynamicallyActivatableMetricsExporterService metricsExportService : registeredMetricExporterServices.values()) {
                builder.registerMetricReader(OpenCensusMetrics.attachTo(metricsExportService.getNewMetricReader()));//OpenCensusMetrics.attachTo(metricsExportService.getNewMetricReader()));

the comment can be removed.

Dimi-Ma
Dimi-Ma previously approved these changes Dec 20, 2022
Copy link
Member

@Dimi-Ma Dimi-Ma left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @heiko-holz)

Copy link
Contributor Author

@heiko-holz heiko-holz left a comment

Choose a reason for hiding this comment

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

Reviewable status: 8 of 12 files reviewed, all discussions resolved (waiting on @Dimi-Ma)


inspectit-ocelot-core/src/main/java/rocks/inspectit/ocelot/core/opentelemetry/OpenTelemetryControllerImpl.java line 408 at r1 (raw file):

Previously, Dimi-Ma (Dimitiros Mantas) wrote…

the comment can be removed.

comment was removed

Copy link
Member

@Dimi-Ma Dimi-Ma left a comment

Choose a reason for hiding this comment

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

Reviewed 4 of 4 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @heiko-holz)

Copy link
Member

@Dimi-Ma Dimi-Ma left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @heiko-holz)

@Dimi-Ma Dimi-Ma merged commit 0902bbf into inspectIT:master Dec 20, 2022
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.

None yet

3 participants