I am trying to display the below mentioned search using append command in a single graph
index=rxconnect method =process |timechart span =1m avg(responsetime) by method append[index=rxconnect method =process |timechart span =1m count by method]
can some one reply me with a suitable way to handle this scenario.