Changelog

18 March 2024

Tagging for data sources + hosts

💪 Now available

Feature

Customers would like to be able to Tag their Instances or Hosts

Some example tags that customers might choose to apply are:

  • App=Customer Portal
  • Environment=Prod
  • OS=Amazon Linux 2
  • Project=Customer Portal
  • Owner=Joe Bloggs
  • Cost Center=DigitalOps
  • Customer=Cust1
  • Cluster=OracleRAC01
  • Version=1.0.2

These tags should be informational when displayed on the Instance details screen.

On the instances overview screen, tags could be used as a way of filtering down the list of instances.

18 March 2024

Support for Informix DB

💪 Now available

Feature

Customers would like to monitor their Informix databases in the same way them monitor their other databases with DBmarlin.

10 August 2023

Global SQL statement search

💪 Now available

Feature

A global SQL Search screen was added in v3.7.

https://docs.dbmarlin.com/docs/Using-DBmarlin/sql-search

This can be useful if you have a statement from another source such as your development IDE, a log file or perhaps another monitoring solution and wish to find that statement in DBmarlin wherever it might have run.

10 August 2023

Link to other tools

💪 Now available

Feature

Links to other 3rd-party tools were added in DBmarlin v3.7

https://docs.dbmarlin.com/docs/settings/database-instance-settings/#3rd-party-links

Examples you may use this for:

  • Link to the DB Console to administer the database (For example AWS RDS Console, Azure SQL Console, CockroachDB Console, pgAdmin etc.)
  • Link to a log monitoring tool to see the database logs (For example CloudWatch Log, ELK, Splunk, SumoLogic, Humio etc.)
  • Link to a dashboard in another monitoring tool (For example Grafana, Instana, New Relic, Dynatrace, Datadog etc.)
  • Link to a ticketing system to see open incidents or alerts (For example ServiceNow, PagerDuty, Remedy etc.)
  • Link to the phone or email of the on-call team, DBA or engineer. For this you can use URLs in the form mailto: or tel:

10 August 2023

WebHooks for alert notifications

💪 Now available

Feature

PagerDuty and Slack notifications were added in v3.7

https://docs.dbmarlin.com/docs/Integrations/pagerduty
https://docs.dbmarlin.com/docs/Integrations/slack

10 August 2023

Deadlocks Analysis Missing

💪 Now available

Feature

Deadlock screen is now available for SQL Server and Oracle in DBmarlin v3.7

https://docs.dbmarlin.com/docs/Using-DBmarlin/instance-dashboard#deadlocks

30 March 2023

SQL Stats Comparison Report

💪 Now available

Feature

Similar to the SQL Stats Explorer Report but allows for 2 time ranges to be compared.

02 December 2022

Support for proxy functionality in New Relic Integration

💪 Now available

Feature

Would like to send data to New Relic through a proxy server

23 November 2022

SQL Stats Explorer

💪 Now available

Feature

A new screen that allows you to see top SQL by any of the SQL statistics like Logical Read, CPU %, Physical Reads, etc both as a table and an overtime chart.

26 September 2022

SQL Metrics screen (Oracle & SQL Server)

💪 Now available

Feature

The SQL Metrics screen will show SQL statements and their KPIs such as Execute count, Duration, CPU time, Logical Reads, Physical Reads, Logical Writes etc.

26 September 2022

SQL Metrics screen (Db2 & CockroachDB)

💪 Now available

Feature

The SQL Metrics screen will show SQL statements and their KPIs such as Execute count, Duration, CPU time etc

26 September 2022

Link from host to instance

💪 Now available

Feature

Provide a link from a host to the instances running on that host

02 August 2022

New Relic integration

💪 Now available

Feature

Allow DBmarlin data to be sent to New Relic so it can be viewed along with other application and infrastructure data.

12 July 2022

Alerting

💪 Now available

Feature

I need to have DBmarlin alert me when performance goes bad.

01 April 2022

Archiving of time periods

💪 Now available

Feature

Would like to be able to save detailed data at maximum granularity for certain events such as Black Friday or incidents or load tests for example.

03 March 2022

Knowledge base for execution plan operations

💪 Now available

Feature

Would like more information to help read explain plans such as what the operations mean. E.g Hash join or nested loops.

24 January 2022

Grouped SQL Statements

💪 Now available

Feature

Would like to be able to group similar statements so that I can see the overall performance of many similar statements which are identical except for the parameters.

21 January 2022

Support for IBM Db2

💪 Now available

Feature

Would like to be able to monitor IBM Db2 on Linux, Unix or Windows.

21 January 2022

Knowledge base for Wait Events

💪 Now available

Feature

Description of what wait events mean and what can be done to reduce them.