-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Operator Documentation Update for SQL Server #29216
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
Open
aldrickdev
wants to merge
117
commits into
master
Choose a base branch
from
aldrick.catro/TDBM-102-Operator-Docs-for-SQL-Server
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Operator Documentation Update for SQL Server #29216
aldrickdev
wants to merge
117
commits into
master
from
aldrick.catro/TDBM-102-Operator-Docs-for-SQL-Server
Conversation
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
…Es (#28830) Co-authored-by: joepeeples <joe.peeples@datadoghq.com>
* Clarify tag extraction docs * Fix linter * Update content/en/cloud_cost_management/container_cost_allocation.md Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com> * Move inside the tabs --------- Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com>
* add note * update all instances * update text * add advanced configuration links * remove go files
* Change name of Env Var and OTel API in nav. * Change Direct OTLP Ingest to Agentless Deployment in nav. * Change Direct OTLP Ingest to Agentless Deployment in content. * Add example app + demo under Getting Started. * Tweak wording. * Make wording consistent for Getting Started landing page. * Revert agentless deployment outside of nav and setup page. * Revert change.
Co-authored-by: renteria1010 <111309302+renteria1010@users.noreply.github.com>
Co-authored-by: buraizu <bryce.eadie@datadoghq.com>
* Fix link to resource-based sampling guide * Update content/en/tracing/trace_pipeline/ingestion_mechanisms.md --------- Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
Co-authored-by: estherk15 <esther.kim@datadoghq.com>
Co-authored-by: mabdinur <munir.abdinur@datadoghq.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: maycmlee <may.lee@datadoghq.com>
* Fix blog link * Update guides page with DDOT blog
Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
…29176) Continuous profiler now support Node profiler for Linux Azure App Services
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
* adding new sdk methods * Migration code * Small fixes * Improve migration section * Small improvements * Tiny improvements * Tiny fix * Remove empty line * Apply suggestions from code review Co-authored-by: Taiki <emile.spir@datadoghq.com> * Address comments in the PR * Apply suggestions from code review Co-authored-by: Heston Hoffman <heston.hoffman@datadoghq.com> --------- Co-authored-by: Taiki <emile.spir@datadoghq.com> Co-authored-by: Heston Hoffman <heston.hoffman@datadoghq.com>
* Update libraries.yaml Add descriptions to libraries that were missing them * combine API, dogstatds, and official columns * fix table layout to accomodate longer descriptions * minor layout tweaks * Remove extra "swift" categories * Update libraries.yaml Add missing or improved descriptions for all "non-classic" libraries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Architecture
Everything related to the Doc backend
editorial review
Waiting on a more in-depth review
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.
What does this PR do? What is the motivation?
This PR is meant to update our Kubernetes Documentation to include instructions for the Datadog Operator. It also updates a couple configurations to provide more up to date examples. The motivation comes from This Card.
Merge instructions
Merge readiness:
For Datadog employees:
Merge queue is enabled in this repo. Your branch name MUST follow the
<name>/<description>
convention and include the forward slash (/
). Without this format, your pull request will not pass in CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
To have your PR automatically merged after it receives the required reviews, add the following PR comment:
Additional notes