Query inspector
Query inspector allows you to view raw request and response. To collect this data Grafana needs to issue a
new query. Click refresh button below to trigger a new query.
{this.renderExecutedQueries(executedQueries)}
{haveData && allNodesExpanded && (
)}
{haveData && !allNodesExpanded && (
)}
{haveData && (
Copy to clipboard
)}
{isLoading &&
}
{!isLoading && haveData && (
)}
{!isLoading && !haveData && (
No request and response collected yet. Hit refresh button
)}
);
}
}