mcp-instana 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,55 @@
1
+ What is the sum of queue depth for all queues in the cluster with name ABC?
2
+ Show top 3 queues with highest queue depth for last 60 minutes group by queue name.
3
+ Show me the mean of queue depth for all the IBM MQ Queues where the queue name contains QL, grouped by the queue manager name.
4
+ What is the rate of messages in and messages out for queue XYZ running in IBM MQ for the last 1 hour?
5
+ what is the sum of messages sent and received by IBM MQ Queue Manager QQQ for the past 24 hours, grouped by queue name?
6
+ show me queueFullPercentage for queue with queue name XYZ?
7
+ show me percentage that the queue has reached its maximum depth for queue with queue name XYZ?
8
+ Show me the sum of messages received by MQ Queue with queue manager name matching XYZ and queue name matching ABC.
9
+ Show me open Input count of IBM MQ Queues with queue name=XYZ ordered in DESC.
10
+ Show total sum of queueDepth and the average queueFullPercentage for all MQ queues in namespace XYZ group by queue name.
11
+ What is the count of pods for deployments labeled as environment=envABC in the namespace nameXYZ?
12
+ What is the required CPU of deployment ABC running in kubernetes namespace XYZ for the last 30 minutes?
13
+ Show me the available to desired replica ratio of kubernetes deployments with label component my-comp.
14
+ Show top 2 deployments with high required memory in namespace ABC group by deployment.
15
+ Show me the number of available and desired replicas for all deployment with label component=compXYZ.
16
+ Show top 3 deployments with high memory limits in namespace XYZ group by deployment in the last 1 hour.
17
+ what is the sum of aggregated cpu requests for kubernetes deployment APP-1 in namespace NAMESPACE-1 for last 2 hours?
18
+ What is the average available to desired replica ratio for the deployment label service XYZ that runs inside kubernetes namespace ABC over the last 24 hours?
19
+ Show me the average of desired replicas for all deployments with the label "app" set to "my-app".
20
+ Show me the availableToDesiredReplicaRatio of kubernetesDeployment with deployment name=mydeployment and order by availableToDesiredReplicaRatio in descending order.
21
+ What is the average memory limit for pods in the namespace ABC?
22
+ What is the maximum memory limit for all pods with label name=serviceXYZ in kubernetes namespace ABC sorted by memory limit in descending order?
23
+ Show top 5 pods with high cpu requests for container in namespace nameABC group by pod in the last 2 hours.
24
+ Show me the number of restarts of pods with label name XYZ in kubernetes namespace ABC.
25
+ What is the average amount of memory requested by Kubernetes Pods with label name=ABC during the past hour?
26
+ show me the number of containers for pods with label node_name XYZ, group by the pod name.
27
+ In the last 60 minutes, how many times did the kubernetes pod with the label matching app=ABC restart?
28
+ What is the average cpu requests of the pods with label app=appABC group by the node they are running on?
29
+ List cpu requests grouped by kubernetesPods with label app=myApp, order by cpuRequests in descending order, aggregating metrics by cpuRequests by sum.
30
+ Show me the cpuRequests for all kubernetes pods with the label "app" set to "appABC" for the last hour, grouped by pod name in ascending order.
31
+ How many queries were executed on the db2 database named ABC?
32
+ Show total number of failed queries to db2 database with host name ABC.
33
+ Show top 3 databases with high number of queries in namespace XYZ.
34
+ What is the average lock wait time for db2 database with name DB1 in the last hour?
35
+ What is the sum of total request time for all workloads in the db2 database named my-db?
36
+ What is the maximum number of connections to db2 name=mydb?
37
+ What is the total wait time by the db2Database with name=mydb, order by totalWaitTime in descending order, and group by host name on the last 1 hour?
38
+ Show me the average number of rows returned by each database in the last hour.
39
+ Show top 5 databases with highest number of queries in the last 24 hours
40
+ How many rollbacks occurred in the database name XYZ in the last hour?
41
+ Show me the number of runnable threads of JVM running inside appserver container of kubernetes deployment label component my-comp and kubernetes namespace ABC, grouped by the name of kubernetes pod.
42
+ Show me the total number of threads in a blocked state for the last 1 hour.
43
+ What is the average percentage of used memory of the Java application running on kubernetes namespace ABC over the last day.
44
+ How many runnable threads are there in the JVM instance running on the host named ABC?
45
+ what is the average memory usage of jvm running in cluster ABC for each deployment label zone?
46
+ what is the average memory.used for jvm in namespace ABC for last 1 hour, grouped by host name and sorted by memory.used in descending order?
47
+ What is the memory used by the JVM running on host ABC and having process ID 1234?
48
+ Show me the number of runnable threads and the number of waiting threads for all Java applications with tag kubernetes.namespace.name=XYZ value.
49
+ Get the total number of runnable threads, new threads, and threads in timed-waiting for all JVMs running on namespace XYZ.
50
+ Show memory free for jvm runtime platform with tag jvm.version=XYZ.
51
+
52
+ we want to know the memory used and no of blocked threads per metrics available for entity JVM runtime platform for last 1 hour in Instana.
53
+
54
+ We want to see the complete infrastructure topology from Instana in order to know how all monitored entities are connected and get a comprehensive view of infrastructure's relationships and dependencies . can you help us getting the details .
55
+