@grafana/plugin-types 0.0.53 → 0.0.55

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.
@@ -57,12 +57,15 @@ export interface TimeRange {
57
57
  * };
58
58
  * ```
59
59
  */
60
- export type ServiceType = "AWS/EC2" | "AWS/RDS" | "AWS/S3" | "AWS/NetworkELB" | "AWS/ApplicationELB" | "AWS/SQS" | "AWS/Lambda" | "AWS/ECS" | "AWS/ApiGateway" | "AWS/DynamoDB" | "AWS/ElastiCache" | "AWS/Route53Resolver" | "AWS/BedrockAgentcore" | "AWS/Route53" | "Azure/PostgreSQLFlexibleServers" | "Azure/MySQLFlexibleServer" | "GCP/CloudSQL" | "GCP/AlloyDB";
60
+ export type ServiceType = "AWS/EC2" | "AWS/RDS" | "AWS/S3" | "AWS/NetworkELB" | "AWS/ApplicationELB" | "AWS/SQS" | "AWS/Lambda" | "AWS/ECS" | "AWS/ApiGateway" | "AWS/DynamoDB" | "AWS/ElastiCache" | "AWS/Route53Resolver" | "AWS/BedrockAgentcore" | "AWS/Route53" | "Azure/PostgreSQLFlexibleServers" | "Azure/MySQLFlexibleServer" | "Azure/ContainerApps" | "GCP/CloudSQL" | "GCP/AlloyDB";
61
61
  export type ServiceDashboardMetadata = {
62
62
  instanceId?: string;
63
63
  job?: string;
64
- account_id?: string;
65
64
  region?: string;
65
+ account_id?: string;
66
+ subscriptionName?: string;
67
+ resourceGroup?: string;
68
+ project_id?: string;
66
69
  };
67
70
  export type ServiceDashboardBackButton = {
68
71
  visible: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "description": "NPM package consisting of various Grafana plugins exposed types.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",