Skip to content

Commit

Permalink
Fix python package name and update to latest tf provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
aschepis committed Sep 9, 2024
1 parent 9d859df commit d71289f
Show file tree
Hide file tree
Showing 266 changed files with 16,750 additions and 2,460 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@

## Unreleased

## v0.9.2

### Features
- Added new resources:
- `LogAllocationConfig`
- `LogscaleAction`
`LogscaleAlert`

### Fixes

- Fixed python package name

## v0.9.1

- Add minimum required docs to publish to Pulumi Registry.

# v0.9.0
## v0.9.0

- Initial release of the Chronosphere Pulumi provider.
- Update documentation links to point to new Chronosphere Pulumi provider page.
108 changes: 93 additions & 15 deletions provider/cmd/pulumi-resource-chronosphere/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"chronosphere:index/dropRule:DropRule": "chronosphere_drop_rule",
"chronosphere:index/emailAlertNotifier:EmailAlertNotifier": "chronosphere_email_alert_notifier",
"chronosphere:index/gcpMetricsIntegration:GcpMetricsIntegration": "chronosphere_gcp_metrics_integration",
"chronosphere:index/logAllocationConfig:LogAllocationConfig": "chronosphere_log_allocation_config",
"chronosphere:index/logscaleAction:LogscaleAction": "chronosphere_logscale_action",
"chronosphere:index/logscaleAlert:LogscaleAlert": "chronosphere_logscale_alert",
"chronosphere:index/mappingRule:MappingRule": "chronosphere_mapping_rule",
"chronosphere:index/monitor:Monitor": "chronosphere_monitor",
"chronosphere:index/notificationPolicy:NotificationPolicy": "chronosphere_notification_policy",
Expand All @@ -37,8 +40,12 @@
},
"renamedProperties": {
"chronosphere:index/DatasetConfiguration:DatasetConfiguration": {
"logDataset": "log_dataset",
"traceDataset": "trace_dataset"
},
"chronosphere:index/DatasetConfigurationLogDataset:DatasetConfigurationLogDataset": {
"matchCriteria": "match_criteria"
},
"chronosphere:index/DatasetConfigurationTraceDataset:DatasetConfigurationTraceDataset": {
"matchCriteria": "match_criteria"
},
Expand All @@ -49,12 +56,11 @@
"matchType": "match_type",
"parentOperation": "parent_operation",
"parentService": "parent_service",
"spanCount": "span_count"
"spanCount": "span_count",
"tags": "tag"
},
"chronosphere:index/DatasetConfigurationTraceDatasetMatchCriteriaSpanDuration:DatasetConfigurationTraceDatasetMatchCriteriaSpanDuration": {
"maxSeconds": "max_seconds",
"maxSecs": "max_secs",
"minSeconds": "min_seconds",
"minSecs": "min_secs"
},
"chronosphere:index/DatasetConfigurationTraceDatasetMatchCriteriaSpanOperation:DatasetConfigurationTraceDatasetMatchCriteriaSpanOperation": {
Expand All @@ -76,9 +82,7 @@
"inValues": "in_values"
},
"chronosphere:index/DatasetConfigurationTraceDatasetMatchCriteriaTraceDuration:DatasetConfigurationTraceDatasetMatchCriteriaTraceDuration": {
"maxSeconds": "max_seconds",
"maxSecs": "max_secs",
"minSeconds": "min_seconds",
"minSecs": "min_secs"
},
"chronosphere:index/DerivedLabelMetricLabel:DerivedLabelMetricLabel": {
Expand Down Expand Up @@ -122,6 +126,61 @@
"chronosphere:index/GcpMetricsIntegrationServiceAccount:GcpMetricsIntegrationServiceAccount": {
"clientEmail": "client_email"
},
"chronosphere:index/LogAllocationConfigDatasetAllocation:LogAllocationConfigDatasetAllocation": {
"datasetId": "dataset_id"
},
"chronosphere:index/LogAllocationConfigDatasetAllocationAllocation:LogAllocationConfigDatasetAllocationAllocation": {
"percentOfLicense": "percent_of_license"
},
"chronosphere:index/LogAllocationConfigDatasetAllocationPriorities:LogAllocationConfigDatasetAllocationPriorities": {
"highPriorityFilters": "high_priority_filter",
"lowPriorityFilters": "low_priority_filter"
},
"chronosphere:index/LogAllocationConfigDefaultDatasetAllocation:LogAllocationConfigDefaultDatasetAllocation": {
"percentOfLicense": "percent_of_license"
},
"chronosphere:index/LogAllocationConfigDefaultDatasetPriorities:LogAllocationConfigDefaultDatasetPriorities": {
"highPriorityFilters": "high_priority_filter",
"lowPriorityFilters": "low_priority_filter"
},
"chronosphere:index/LogscaleActionEmailAction:LogscaleActionEmailAction": {
"attachCsv": "attach_csv",
"bodyTemplate": "body_template",
"subjectTemplate": "subject_template",
"useProxy": "use_proxy"
},
"chronosphere:index/LogscaleActionHumioAction:LogscaleActionHumioAction": {
"ingestToken": "ingest_token"
},
"chronosphere:index/LogscaleActionOpsGenieAction:LogscaleActionOpsGenieAction": {
"apiUrl": "api_url",
"opsGenieKey": "ops_genie_key",
"useProxy": "use_proxy"
},
"chronosphere:index/LogscaleActionPagerDutyAction:LogscaleActionPagerDutyAction": {
"routingKey": "routing_key",
"useProxy": "use_proxy"
},
"chronosphere:index/LogscaleActionSlackAction:LogscaleActionSlackAction": {
"useProxy": "use_proxy"
},
"chronosphere:index/LogscaleActionSlackPostMessageAction:LogscaleActionSlackPostMessageAction": {
"apiToken": "api_token",
"useProxy": "use_proxy"
},
"chronosphere:index/LogscaleActionUploadFileAction:LogscaleActionUploadFileAction": {
"fileName": "file_name"
},
"chronosphere:index/LogscaleActionVictorOpsAction:LogscaleActionVictorOpsAction": {
"messageType": "message_type",
"notifyUrl": "notify_url",
"useProxy": "use_proxy"
},
"chronosphere:index/LogscaleActionWebhookAction:LogscaleActionWebhookAction": {
"bodyTemplate": "body_template",
"ignoreSsl": "ignore_ssl",
"useProxy": "use_proxy"
},
"chronosphere:index/MonitorQuery:MonitorQuery": {
"graphiteExpr": "graphite_expr",
"prometheusExpr": "prometheus_expr"
Expand Down Expand Up @@ -172,6 +231,7 @@
"generateTargetInfo": "generate_target_info"
},
"chronosphere:index/ResourcePoolsConfigDefaultPoolAllocation:ResourcePoolsConfigDefaultPoolAllocation": {
"fixedValues": "fixed_value",
"percentOfLicense": "percent_of_license"
},
"chronosphere:index/ResourcePoolsConfigDefaultPoolPriorities:ResourcePoolsConfigDefaultPoolPriorities": {
Expand All @@ -183,6 +243,7 @@
"matchRules": "match_rules"
},
"chronosphere:index/ResourcePoolsConfigPoolAllocation:ResourcePoolsConfigPoolAllocation": {
"fixedValues": "fixed_value",
"percentOfLicense": "percent_of_license"
},
"chronosphere:index/ResourcePoolsConfigPoolPriorities:ResourcePoolsConfigPoolPriorities": {
Expand Down Expand Up @@ -234,12 +295,11 @@
"matchType": "match_type",
"parentOperation": "parent_operation",
"parentService": "parent_service",
"spanCount": "span_count"
"spanCount": "span_count",
"tags": "tag"
},
"chronosphere:index/TraceMetricsRuleTraceFilterSpanDuration:TraceMetricsRuleTraceFilterSpanDuration": {
"maxSeconds": "max_seconds",
"maxSecs": "max_secs",
"minSeconds": "min_seconds",
"minSecs": "min_secs"
},
"chronosphere:index/TraceMetricsRuleTraceFilterSpanOperation:TraceMetricsRuleTraceFilterSpanOperation": {
Expand All @@ -261,9 +321,7 @@
"inValues": "in_values"
},
"chronosphere:index/TraceMetricsRuleTraceFilterTraceDuration:TraceMetricsRuleTraceFilterTraceDuration": {
"maxSeconds": "max_seconds",
"maxSecs": "max_secs",
"minSeconds": "min_seconds",
"minSecs": "min_secs"
},
"chronosphere:index/TraceTailSamplingRulesDefaultSampleRate:TraceTailSamplingRulesDefaultSampleRate": {
Expand All @@ -280,12 +338,11 @@
"matchType": "match_type",
"parentOperation": "parent_operation",
"parentService": "parent_service",
"spanCount": "span_count"
"spanCount": "span_count",
"tags": "tag"
},
"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanDuration:TraceTailSamplingRulesRuleFilterSpanDuration": {
"maxSeconds": "max_seconds",
"maxSecs": "max_secs",
"minSeconds": "min_seconds",
"minSecs": "min_secs"
},
"chronosphere:index/TraceTailSamplingRulesRuleFilterSpanOperation:TraceTailSamplingRulesRuleFilterSpanOperation": {
Expand All @@ -307,9 +364,7 @@
"inValues": "in_values"
},
"chronosphere:index/TraceTailSamplingRulesRuleFilterTraceDuration:TraceTailSamplingRulesRuleFilterTraceDuration": {
"maxSeconds": "max_seconds",
"maxSecs": "max_secs",
"minSeconds": "min_seconds",
"minSecs": "min_secs"
},
"chronosphere:index/bucket:Bucket": {
Expand Down Expand Up @@ -354,6 +409,29 @@
"metricGroups": "metric_groups",
"serviceAccount": "service_account"
},
"chronosphere:index/logAllocationConfig:LogAllocationConfig": {
"datasetAllocations": "dataset_allocation",
"defaultDataset": "default_dataset"
},
"chronosphere:index/logscaleAction:LogscaleAction": {
"emailAction": "email_action",
"humioAction": "humio_action",
"opsGenieAction": "ops_genie_action",
"pagerDutyAction": "pager_duty_action",
"slackAction": "slack_action",
"slackPostMessageAction": "slack_post_message_action",
"uploadFileAction": "upload_file_action",
"victorOpsAction": "victor_ops_action",
"webhookAction": "webhook_action"
},
"chronosphere:index/logscaleAlert:LogscaleAlert": {
"actionIds": "action_ids",
"alertType": "alert_type",
"runAsUser": "run_as_user",
"throttleDuration": "throttle_duration",
"throttleField": "throttle_field",
"timeWindow": "time_window"
},
"chronosphere:index/mappingRule:MappingRule": {
"bucketId": "bucket_id",
"dropTimestamp": "drop_timestamp",
Expand Down
Loading

0 comments on commit d71289f

Please sign in to comment.