Hidden dimension in a Python plugin

Hi,

Is there a way to create a hidden dimension in a Python plugin?

Develop a custom data collector in Python | Learn Netdata documentation provides the following parameters for the dimensions but nothing about hiding it:
dimension: [id, name, algorithm, multiplier, divisor]

Thank you,
Kevin

Hey, @Kevin_Thierry. I think adding hidden after divisor will do.

1 Like

Adding “hidden” after the divisor works. Thanks ilyam8!