-
Notifications
You must be signed in to change notification settings - Fork 70
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
Integrate exporter registration with OpenTelemetry and opentelemetry-opencensus-shim #1269
Comments
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 11, 2022
… that handles the registration and unregister of individual traces and metrics exporter services. Fixed JaegerExporterService, PrometheusExporterService, ZipkinExporterService to work with inspectIT Ocelot. Adjusted build.gradle in the core package and added a SpringTestBase.yml configuration to speed up tests in the core module (as the OTEL implementation of the Prometheus server needs ~10 seconds to shut down).
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 13, 2022
…e SdkTracerProvider when individual trace exporter services change. For this, the DynamicMultiSpanExporter and DynamicSampler have been implemented that can be updated while OpenTelemetry is running. The DynamicallyActivatableTraceExporterService now expose the spanExporter instead of the spanProcessor.
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 13, 2022
…metryControllerImpl
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 13, 2022
…dAutoInjectorTest
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 13, 2022
…ation in OpenTelemetryControllerImpl
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 13, 2022
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 17, 2022
…nd OpenCensusAgentTraceExporterSettings.java and updated related files
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 17, 2022
…va and OpenCensusAgentTraceExporterSettings.java and updated related files
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 17, 2022
…batch span exporting)
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 17, 2022
…ettings, ZipkinExporterSettings, LoggingTraceExporterSettings, and LoggingMetricsExporterSettings, and updated related documentation.
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 17, 2022
…es to SpringTestBase.java instead.
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 17, 2022
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 17, 2022
…stPropertySource to tracing exporter tests)
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 17, 2022
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 18, 2022
…ith Instances#openTelemetryController#flush()
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 18, 2022
…rterService and adjusted related classes and yml
heiko-holz
pushed a commit
to heiko-holz/inspectit-ocelot
that referenced
this issue
Jan 18, 2022
…nstead of "otlp-grpc", which led to exceptions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Develop and integrate a concept for the exporter registration for traces for the
JaegerThriftSpanExporter
and for metrics for the Prometheus exporter.Instead of rebuilding
SdkMeterProvider
andOpenTelemetrySdk
entirely when the configuration of any traces or metrics exporter changes, we want to dynamically register and unregister each exporter service individually, without the need of restarting all other servicesThe text was updated successfully, but these errors were encountered: