Skip to main content
Solved

Change unit for meta service

  • March 8, 2023
  • 2 replies
  • 110 views

Forum|alt.badge.img+1

Hello,

 

I would like to know the total ammount of traffic of my application, so i’ve created a meta service who sum the output traffic of my three servers

i’ve created one more for input traffic ( i donc know how i can do it with one like current traffic service)

The issue is that sum isn’t considered as b/s units but simple integer so i can read 1b in graph legends for 1Gbit/s speed.

How can i specified the units (or force it to use same units as services used for sum) for meta-service ?

 

Best-regards

Best answer by jstager

Dear @timiti29 ,

On the creation/modification page of your metaservice, you have a "metric" field below the SQL search.

If you select the desired metric, it takes on these characteristics such as the format of the graphs.

In the graph format menu (Monitoring > Performance Information > Models) you can see if you are on a 1000 or 1024 base.

Best regards

2 replies

Forum|alt.badge.img+10
  • Builder *
  • Answer
  • September 2, 2024

Dear @timiti29 ,

On the creation/modification page of your metaservice, you have a "metric" field below the SQL search.

If you select the desired metric, it takes on these characteristics such as the format of the graphs.

In the graph format menu (Monitoring > Performance Information > Models) you can see if you are on a 1000 or 1024 base.

Best regards


Forum|alt.badge.img+1
  • Author
  • Steward *
  • September 2, 2024

Hi, i’ve tested this and it’s working now !

 

Thank you !