Config Sample¶
This page is generated from the checked-in sample manifest at config/samples/apmconfig_v1beta1_config.yaml.
| Field | Value |
|---|---|
| Resource | apmconfig/Config |
| API Version | apmconfig.oracle.com/v1beta1 |
| Source Path | config/samples/apmconfig_v1beta1_config.yaml |
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#
#
# Replace the APM Domain OCID below before running e2e.
# Set spec.configType first, then only populate the top-level fields that belong to that subtype.
# Update metadata.name or spec.displayName if you want to force a fresh create instead of
# binding to an existing Config with the same apmDomainId, configType, and matching subtype fields.
#
apiVersion: apmconfig.oracle.com/v1beta1
kind: Config
metadata:
name: config-sample
spec:
apmDomainId: ocid1.apmdomain.oc1..exampleuniqueID
configType: SPAN_FILTER
displayName: span-filter-sample
filterText: 'service.name = "checkout"'
description: Sample span filter managed by OCI Service Operator