Add interactive config-to-DC converter#9456
Draft
zeitlinger wants to merge 6 commits intoopen-telemetry:mainfrom
Draft
Add interactive config-to-DC converter#9456zeitlinger wants to merge 6 commits intoopen-telemetry:mainfrom
zeitlinger wants to merge 6 commits intoopen-telemetry:mainfrom
Conversation
- New declarative-configuration.md page with getting started, mapping rules, differences from agent DC, env var overrides, and duration format - New programmatic-configuration.md page (extracted from sdk-configuration.md) with warning that AutoConfigurationCustomizerProvider doesn't work with DC - DC flavor tabs on out-of-the-box-instrumentation, sdk-configuration, additional-instrumentations, and other-spring-autoconfig pages - DC note on annotations page for enable/disable mapping - Update agent DC page: remove stale Spring Boot limitation, add cross-link - Mention DC as a configuration option in _index.md Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
…ty paths - Convert non-DC tab property tables to application.yaml style - Fix DC property paths: add /development suffix, correct db-statement-sanitizer mapping - Add step 4 to default algorithm about /development suffix - Move db-statement-sanitizer to special mappings table Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
- Run prettier on changed files - Add Dotel to cSpell ignore list - Run fix:dict for page-local word lists Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Adds a shortcode with inline JS that converts existing configuration (system properties, env vars, application.yaml) to declarative configuration YAML for both the Java agent and Spring Boot starter. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
5 tasks
… repo Add opentelemetry-configuration as a submodule and use the canonical otel-getting-started.yaml in both the DC getting started docs and the interactive converter (via Hugo readFile injection). Also fix CI by adding js-yaml to the reduced-dependencies allowlist. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/developmentsuffix for experimental features, enable/disable lists, and SDK propertiesDepends on #9448.
Test plan
-Dprefix)