Extensions
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Ingest custom metrics from Temenos

NicoleMT
Organizer

Hello everyone,

I’m currently working with Temenos T24 and I need to monitor a simple queue count (using a JQL COUNT command executed at OS level). JQL COUNT F.OFS.MESSAGE.QUEUE

The challenge is that this count is only available when executing the command manually, and it does not expose any native metric or integration with Dynatrace.

I would like to understand the best approach to monitor this in Dynatrace 

  • How to collect this type of value (JQL count) securely

  • Whether using a custom extension or script-based metric ingestion is recommended

  • Best practices to avoid exposing internal table or queue names

Has anyone implemented a similar use case with T24 or other legacy systems where metrics are not natively available?

Thanks in advance for your guidance.

2 REPLIES 2

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

I am not familiar with T24 but Dynatrace have a webinar about that https://www.youtube.com/watch?v=rXISZvWXc6c 

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl
Many banks run their financial services on banking platforms such as T24 from Temenos. These systems are complex and must be optimized for each bank's unique deployment. In this Dynatrace Tips & Tricks session, Josef Mayrhofer, Performance Engineer from Performetriks, will walk us through best ...

Julius_Loman
DynaMight Legend
DynaMight Legend

No direct experience with Temenos, but the most "straightforward" solution if the metric is available from the command line on a host is to use the local command dynatrace_ingest. See more https://docs.dynatrace.com/docs/shortlink/pipe-metric-ingestion 

This has minimum effort on your side - just write a shell script and execute it from cron or another scheduler. Of course, it requires local OneAgent, but it will also work on AIX, for example. Creating an Extension 2.0 (python) makes sense if you need to deploy this on scale (dozens of hosts), but it's more complex to write and maintain, and it works on Linux/Windows only.  If you can expose this externally and fetch the data remotely, creating an ActiveGate extension would probably be a good way to go. Not sure if you have an option to access the data in T24 jbase using a jdbc driver remotely, but if yes, that would also be a good choice.

Dynatrace Ambassador | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts