feat(docs): add SigNoz data warehouse source doc#18465
Draft
Gilbert09 wants to merge 1 commit into
Draft
Conversation
User-facing doc for the new SigNoz warehouse import source, following the canonical source-doc template. Generated-By: PostHog Code Task-Id: 7aa47bb9-328d-41d1-8552-dbdc909b6b53
2 tasks
Contributor
Deploy preview
Push a fix or re-run the workflow to try again. Common culprits
|
Contributor
|
Vale prose linter → found 0 errors, 5 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 19:39 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
| 19:121 | warning | Capitalize 'Data Warehouse' for PostHog's product. Use 'data warehouse' for the general industry concept. | PostHogBase.ProductNames |
| 19:180 | warning | Capitalize 'Product Analytics' for PostHog's product. Use 'product analytics' for the general industry concept. | PostHogBase.ProductNames |
| 19:229 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
| 55:11 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
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.
Changes
Adds the user-facing doc for the new SigNoz data warehouse import source, implemented in PostHog/posthog#70724. Follows the canonical source-doc template (shared snippets,
<SourceParameters />+<SourceTables />, alpha callout).sourceId: SigNozmatches theExternalDataSourceTypevalue and the filename matches the source'sdocsUrlslug (/docs/cdp/sources/signoz), verified withaudit_source_docs.This should merge together with (or after) the source implementation PR.
Checklist
vercel.json(n/a, new page)Created with PostHog Code