Added:
- Adds support for
labels
inchronosphere_dashboard
- Allow
chronosphere_notification_policy
resources without ateam_id
.
Fixed:
- Support dry-run validation of monitor prometheus queries that contain dynamic expressions that aren't known at plan time.
Fixed:
- Allow creating
chronosphere_slack_notifier
with actions withoutaction_confirm_text
. - Fix
chronosphere_rollup_rule
andchronosphere_mapping_rule
diff after applying a rule without an interval or storage policy.
Added:
- Add
high_priority_filter
andlow_priority_filter
to unstablechronosphere_log_allocation_config
. - Add
fixed_value
in v1chronosphere_resource_pools_config.pools[].allocation
.
Fixed:
- Remove invalid fields from
chronosphere_dataset
,chronosphere_trace_tail_sampling_rules
,chronosphere_trace_metrics_rule
resources.
Deprecated:
allocation
in v1chronosphere_resource_pools_config.default_pool
, as this can be derived instead.
Added:
- Add v1
chronosphere_logscale_alert
resource. - Add v1
chronosphere_logscale_action
resource. - Add v1
chronosphere_otel_metrics_ingestion
resource.
Added:
- Add unstable
chronosphere_logscale_alert
resource. - Add unstable
chronosphere_logscale_action
resource. - Add unstable
chronosphere_log_allocation_config
resource. - Add support for
LOGS
typedataset
resource.
Added:
- Add server-side dry-run validation support for
chronosphere_trace_metrics_rule
. - Add
group_by
tonotification_routes
innotification_policy
resource.
Fixed:
- Reduce plan errors caused by dry-run concurrency.
Added:
- Add unstable
chronosphere_otel_metrics_ingestion
resource. - Add server-side validation support for
chronosphere_trace_tail_sampling_rules
Deprecated:
proxy_url
is deprecated in alert receivers.chronosphere_mapping_rule.drop_timestamp
is deprecated.
Bug fixes:
- Fixed bug where
chronosphere_resource_pools_config
would not allow certain combinations of allocation percents due to float arithmetic not adding to exactly 100%. TF now relies on server-side validation of pools.
Initial public release for terraform-provider-chronosphere.