Azure Telemetry with IRIS
Hi,
I search how to send telemetry data from IRIS to azure. It is possible in other languages with openTelemetry SDK. But there are not SDK for interSystems platform. We would like something totaly automated/integrated.
(We already have telemetry data with prometheus and grafana).
Do you haves any solutions for that ?
Thank you
Product version: IRIS 2021.2
The OpenTelemetry collector should be able to collect metrics from the IRIS metrics API as well as the structured logs from the logdmn. I don't have a working example configuration file to show you yet but I expect to have one by June 20th.
As for a completely shameless plug here for my session on Observability in IRIS at Global Summit, I'm planning to cover the pillars of modern observability stacks, how IRIS fits into them. At the moment, I'm still deciding which commercial stack to demo (DataDog, perhaps?). I'll also be covering SAM, recent & future updates, and how it fits into the bigger observability picture
Thank you for informations. Once you have data, how to send it to azure ? What is the bet way ?
Hi, BTW, starting with IRIS 2021.1+ you can enable the interoperability metrics with those command lines :
// Enable Intero metrics for SAM zw ##class(Ens.Util.Statistics).EnableSAMForNamespace() zw ##class(Ens.Util.Statistics).EnableSAMIncludeHostLabel()
Hi,
I found something interesting to the documentation https://docs.intersystems.com/iris20212/csp/docbook/DocBook.UI.Page.cls?...
Actually i just have the file log in JSON format with option -f
Can you tell me more about irislogd.exe with option -d (Emit diagnostic and error messages) ?
How it's work ? Is it possible to emit results into azure or other instance ?
Thank you