21 Dec 2024 11:51 AM - last edited on 23 Dec 2024 07:45 AM by MaciejNeumann
1. How can we configure the databases in the management zone, with and without tags?
2. If we have to check the Host name for the Database,
then how to check?
where to check?
3. What journry dashboard ?
Solved! Go to Solution.
21 Dec 2024 01:30 PM
You can add it to the management zone using the database service name
if you install the oneagent in the db host. Then from the hosts menu you can find it. But if you install extension and configured the database monitoring most probably the extension dashboard will show you all the needed details
23 Dec 2024 06:49 AM
Hi, i have found in host db name with - Process name as -
then i have added the host in management zone.
23 Dec 2024 07:14 AM
Hi @Adi_10
As simple as that:
For Tagging rules:
Tips && Tricks:
For Management Zone:
Best Practices:
Hoping it helps.
BR,
Peter
23 Dec 2024 07:20 AM
Hi @Adi_10
Regarding the database service monitoring:
References:
Analyze DB:
Hoping it adds value.
KR,
Peter
23 Dec 2024 07:21 AM
Hi @Adi_10
For detailed info about DB monitoring in Dynatrace either classic or new Dynatrace, feel free to delve into:
BR,
Peter
23 Dec 2024 07:24 AM
Hi @Adi_10
Regarding the Dashboards and visualizations in Dynatrace, feel free to review:
Hoping it helps.
KR,
Peter
23 Dec 2024 07:29 AM
Hi @Adi_10
Ref:
BR,
Peter
23 Dec 2024 08:56 AM
Using the entity selector you can do something like this
type(SERVICE),databaseName.exists(),toRelationships.calls(type(SERVICE),tag(XXXXX))
"database services called by services with tag XXXXX)
23 Dec 2024 09:07 AM
Hi @Adi_10
BR,
Peter
23 Dec 2024 09:17 AM - edited 23 Dec 2024 09:18 AM
Got It, Thanks,
@Peter_Youssef @PacoPorro @Esam_Eid
I am currently facing issue as: - Installed one agent on window db host with running process name - MSSQL13.MSSQLSERVER but still not getting any database service names at - Under application observability > database services >
How can I make it appears? do i need extension to get data from DB to Dynatrace as database service,
23 Dec 2024 09:19 AM
Carefully read this doc entry
https://docs.dynatrace.com/docs/shortlink/database-detection#how-database-activity-is-monitored
"When OneAgent is installed on the host that runs your application server, Dynatrace ensures that all database statements are logged, as long as deep monitoring is active for the calling processes and the database request is appended to an existing PurePath® distributed trace. As soon as the first calls to your database are monitored, the Databases page is updated with the new database entry."
23 Dec 2024 09:59 AM
I am getting the distributed traces for my application and webservices -
but service type database is empty getting no result for the selected management zone
23 Dec 2024 11:15 AM
Hi @Adi_10
Kindly check the storage and retention settings on the monitored environment to ensure there is no issue with the data retention as per the attached example:
BR,
Peter
23 Dec 2024 01:28 PM
Checked no issues here at monitoring environment, as other management zones are getting the data for DB services
03 Feb 2025 07:07 AM - edited 03 Feb 2025 07:10 AM
type(SERVICE),databaseName.exists(),toRelationships.calls(type(SERVICE),tag("XXXXX"))
the condition defines access rules based on entity relationships. Let's break it down:
this is simple rule to put in mgt zones and tags that will help you to add your db to related ones you can see more details on the below link