- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
SAP Adaptive Server Enterprise (ASE), also known as Sybase, is a relational database management system. It is a high-performance SQL database server that uses a relational management model to meet rising demand for performance, reliability, and efficiency in every industry.
This integration fetches live server statistics such as System CPU Utilization, I/O CPU Utilization, Network Statistics, and more, allowing you to visualize your database server health in Datadog dashboards.
This feature allows you to define queries directly within the integration’s configuration.
To set up your custom queries, edit the crest_data_systems_sybase.d/conf.yaml
file with the following format:
custom_queries:
- query: <Query>
columns:
- name: <Metric_Name>
type: metric
- name: <Tag_Name>
type: tag
table_name: <Table_Name>
While adding the column parameter below point need to ensure.
query
, columns
, and table_name
are included.name
and type
fields within each column entry must not be empty.type
fields only contains the value as “Metric” or ”Tag”.Example:
instances:
- SYBASE_SERVER_HOST: <IPV4 OR HOSTNAME>
SYBASE_PORT: <PORT>
SYBASE_USERNAME: <USERNAME>
SYBASE_PASSWORD: <PASSWORD>
ODBC_DRIVER: '<ODBC_DRIVER_NAME>'
custom_queries:
- query: SELECT Name,AccountType,Balance,Age FROM BankAccount
columns:
- name: Age
type: metric
- name: Balance
type: metric
- name: AccountType
type: tag
- name: Name
type: tag
table_name: BankAccount
- query: SELECT Age, state, UserName FROM customTable
columns:
- name: Age
type: metric
- name: state
type: tag
- name: UserName
type: tag
table_name: customTable
min_collection_interval: 300
For support or feature requests, contact Crest Data through the following channels:
Need help? Contact Datadog support.
This application is made available through the Datadog Marketplace and is supported by a Datadog Technology Partner. To use it, purchase this application in the Marketplace.