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

Can we inject a clob type column as a dimension through SQL DB extension?

susmita_k
Guide

Can we inject a clob type column as a dimension through SQL DB extension? Is there a limitation or best practice we should follow ?

3 REPLIES 3

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

I would say creating your own custom extension. You have more details here.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Mike_L
Dynatrace Guru
Dynatrace Guru

It has to be something that can be cast to a string, and the dimension value length needs to be shorter than 255 characters. It probably makes more sense to parse out the important parts of the clob and send it in as different dimensions.

Mike

Thanks so much... I finally injected the clob as log instead of metric/dimension.

Featured Posts