-
Notifications
You must be signed in to change notification settings - Fork 1
STAC-25469: otel stackpack qa improvements #12
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
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
32f1474
STAC-25469: language field in service + service-instance highlight
deontaljaard 3ea2409
STAC-25469: K8s cluster + namespace fields in overview/highlight for …
deontaljaard 2ad3278
STAC-25469: related pods <-> service instance
deontaljaard 4ca3527
STAC-25469: related hosts <-> service instance
deontaljaard bffff61
STAC-25469: related pods -> service
deontaljaard 4d27f3d
STAC-25469: fix related pods -> service instance
deontaljaard 07f81ca
STAC-25469: enrich database attributes
deontaljaard 6c4cbcd
STAC-25469: add tracesPerspective to service and service instance
deontaljaard a97df9e
STAC-2549: process review comments
deontaljaard 53e108c
STAC-25469: db.system.name support, k8s cluster/namespace column/fiel…
deontaljaard 10aed45
STAC-25469: add database relation mapping based on span enrichment
deontaljaard 60eb67e
STAC-25469: process review feedback
deontaljaard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
19 changes: 19 additions & 0 deletions
19
stackpacks/open-telemetry/settings/presentations/k8s-hosts.sty
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| nodes: | ||
| - _type: ComponentPresentation | ||
| name: "Otel Host Extension" | ||
| description: "Extends the Host presentation for OTel hosts with related service instances" | ||
| identifier: urn:stackpack:open-telemetry:component-presentation:host | ||
| binding: | ||
| _type: ComponentPresentationQueryBinding | ||
| query: (label = "source-type:host") | ||
| rank: | ||
| specificity: 10 | ||
| presentation: | ||
| highlight: | ||
| relatedResources: | ||
| - resourceId: "otel_host_service_instances" | ||
| title: "Related service instances" | ||
| order: 1.0 | ||
| topologyQuery: >- | ||
| type = "otel service instance" AND label = "k8s.node.name:${name}" | ||
| presentationIdentifier: "urn:stackpack:open-telemetry:component-presentation:service-instance" |
19 changes: 19 additions & 0 deletions
19
stackpacks/open-telemetry/settings/presentations/k8s-pods.sty
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| nodes: | ||
| - _type: ComponentPresentation | ||
| name: "Otel Pod Extension" | ||
| description: "Extends the Pod presentation for OTel pods with related service instances" | ||
| identifier: urn:stackpack:open-telemetry:component-presentation:pod | ||
| binding: | ||
| _type: ComponentPresentationQueryBinding | ||
| query: (label = "stackpack:open-telemetry" and type = "pod") | ||
| rank: | ||
| specificity: 10 | ||
| presentation: | ||
| highlight: | ||
| relatedResources: | ||
| - resourceId: "otel_pod_service_instances" | ||
| title: "Related service instances" | ||
| order: 1.0 | ||
| topologyQuery: >- | ||
| type = "otel service instance" AND label = "k8s.pod.name:${name}" | ||
| presentationIdentifier: "urn:stackpack:open-telemetry:component-presentation:service-instance" |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.