| n | name: v1beta1 | n | name: v1beta2 |
| served: true | | served: true |
| n | storage: false | n | storage: true |
| schema: | | schema: |
| openAPIV3Schema: | | openAPIV3Schema: |
| n | | n | description: A Sql Managed Instance Monitoring Profile is a resource that specifies |
| | | what monitoring data to collect for a SQL Managed Instances. The data specified |
| | | in this profile will be collected and sent to the Telemetry Router on the SQL |
| | | instances that reference this profile. |
| type: object | | type: object |
| properties: | | properties: |
| spec: | | spec: |
| n | | n | description: Specification of the desired monitoring data to be collected |
| | | for any SQL instance that references this profile. |
| type: object | | type: object |
| properties: | | properties: |
| datasets: | | datasets: |
| n | | n | description: List of datasets available for collection. |
| type: object | | type: object |
| properties: | | properties: |
| activeSessions: | | activeSessions: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| cpuUtilization: | | cpuUtilization: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| databaseProperties: | | databaseProperties: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| databaseReplicas: | | databaseReplicas: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| databaseStorageUtilization: | | databaseStorageUtilization: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| healthDiagnostics: | | healthDiagnostics: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| memoryUtilization: | | memoryUtilization: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| performanceCounters: | | performanceCounters: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| serverProperties: | | serverProperties: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| queryRuntimeStats: | | queryRuntimeStats: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| queryWaitStats: | | queryWaitStats: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| sqlAgentJobHistory: | | sqlAgentJobHistory: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| sqlAgentJobState: | | sqlAgentJobState: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| storageIo: | | storageIo: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| volumeStorageUtilization: | | volumeStorageUtilization: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| waitStats: | | waitStats: |
| n | | n | description: Configuration for the datasets. |
| type: object | | type: object |
| properties: | | properties: |
| frequency: | | frequency: |
| n | | n | description: Frequency desc. |
| type: string | | type: string |
| xevents: | | xevents: |
| n | | n | description: List of Extended Events sessions to collect. |
| | | type: array |
| | | items: |
| | | description: Represents and extended event session and target. |
| type: object | | type: object |
| | | properties: |
| | | name: |
| | | description: The name of the Extended Events session. |
| | | type: string |
| | | target: |
| | | description: The extended event session target to collect events |
| | | from. |
| | | type: object |
| | | properties: |
| | | type: |
| | | description: The target type. Currently only EventFile is supported. |
| | | type: string |
| | | enum: |
| | | - None |
| | | - EventFile |
| | | filename: |
| | | description: 'For EventFile targets, this is the filename without |
| | | a path specified when the target was created (e.g: "MySessionFile.xel").' |
| | | type: string |
| status: | | status: |
| t | | t | description: Most recently observed status of the monitoring profile. |
| type: object | | type: object |
| properties: | | properties: |
| observedGeneration: | | observedGeneration: |
| type: integer | | type: integer |
| runningVersion: | | runningVersion: |
| type: string | | type: string |
| registryVersions: | | registryVersions: |
| type: object | | type: object |
| properties: | | properties: |
| next: | | next: |
| type: string | | type: string |
| previous: | | previous: |
| type: string | | type: string |
| current: | | current: |
| type: string | | type: string |
| latest: | | latest: |
| type: string | | type: string |
| behind: | | behind: |
| type: integer | | type: integer |
| available: | | available: |
| type: array | | type: array |
| items: | | items: |
| type: string | | type: string |
| releasedVersions: | | releasedVersions: |
| type: object | | type: object |
| properties: | | properties: |
| next: | | next: |
| type: string | | type: string |
| previous: | | previous: |
| type: string | | type: string |
| current: | | current: |
| type: string | | type: string |
| latest: | | latest: |
| type: string | | type: string |
| behind: | | behind: |
| type: integer | | type: integer |
| available: | | available: |
| type: array | | type: array |
| items: | | items: |
| type: string | | type: string |
| arcDataServicesK8sExtensionLatestVersion: | | arcDataServicesK8sExtensionLatestVersion: |
| type: string | | type: string |
| endpoints: | | endpoints: |
| type: object | | type: object |
| additionalProperties: | | additionalProperties: |
| type: string | | type: string |
| state: | | state: |
| type: string | | type: string |
| healthState: | | healthState: |
| type: string | | type: string |
| reason: | | reason: |
| type: string | | type: string |
| message: | | message: |
| type: string | | type: string |
| lastUpdateTime: | | lastUpdateTime: |
| type: string | | type: string |
| format: date-time | | format: date-time |
| apiVersion: | | apiVersion: |
| type: string | | type: string |
| kind: | | kind: |
| type: string | | type: string |
| subresources: | | subresources: |
| status: {} | | status: {} |
| additionalPrinterColumns: | | additionalPrinterColumns: |
| - jsonPath: .status.state | | - jsonPath: .status.state |
| name: Status | | name: Status |
| type: string | | type: string |
| - jsonPath: .metadata.creationTimestamp | | - jsonPath: .metadata.creationTimestamp |
| name: Age | | name: Age |
| type: date | | type: date |