-
Notifications
You must be signed in to change notification settings - Fork 61
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
[Integration] Add support for syncing cloud resources from Datadog, Dynatrace, and New Relic #1183
[Integration] Add support for syncing cloud resources from Datadog, Dynatrace, and New Relic #1183
Conversation
- Added a new blueprint `datadogCloudResource` to represent cloud resources in Datadog - Updated `port-app-config.yaml` to include a default host kind with mappings for `datadogCloudResource`. - Configured query selector for host kind to filter hosts associated with cloud providers (`azure`, `gcp`, `gce`, `aws`).
- Added `dynatraceEntityCloudResource` blueprint. - Added entity kind for cloudResource selector in `port-app-config.yaml` to include cloud resources.
- Defined a new blueprint for New Relic cloud resources in `blueprints.json`. - Added entity kind configuration in `port-app-config.yaml`
…1444-Add-cloud-resources-to-observability-tools-defaults
- kind: entity | ||
selector: | ||
query: 'true' | ||
infrastructureIntegrationTypes: | ||
- AWS_EC2_INSTANCE | ||
- AWS_S3_BUCKET | ||
- AWS_RDS_DB_INSTANCE | ||
- AWS_LAMBDA_FUNCTION | ||
- AWS_ELB_LOAD_BALANCER | ||
- AZURE_VIRTUAL_MACHINE | ||
- AZURE_SQL_DATABASE | ||
- GCP_COMPUTE_INSTANCE | ||
- GCP_STORAGE_BUCKET | ||
- GCP_SQL_DATABASE_INSTANCE | ||
# Add more infrastructure integration types as needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
based on this -
default="", alias="entityExtraPropertiesQuery" |
I don't see we have this kind of option in the mapping, was this tested?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you referring to newrelic_types
?
…1444-Add-cloud-resources-to-observability-tools-defaults
…1444-Add-cloud-resources-to-observability-tools-defaults
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
What
This PR adds support and examples for syncing cloud resources from Datadog, Dynatrace, and New Relic integrations.
Why
Encourage customers to leverage observability tools to ingest cloud resources into port
How
Type of change
Please leave one option from the following and delete the rest:
All tests should be run against the port production environment(using a testing org).
Core testing checklist
Integration testing checklist
examples
folder in the integration directory.Preflight checklist
Screenshots
Include screenshots from your environment showing how the resources of the integration will look.
API Documentation
Provide links to the API documentation used for this integration.