test/plugin/constants.rb in fluent-plugin-google-cloud-0.7.21 vs test/plugin/constants.rb in fluent-plugin-google-cloud-0.7.22
- old
+ new
@@ -281,9 +281,14 @@
ENABLE_PROMETHEUS_CONFIG = %(
enable_monitoring true
monitoring_type prometheus
).freeze
+ ENABLE_OPENCENSUS_CONFIG = %(
+ enable_monitoring true
+ monitoring_type opencensus
+ ).freeze
+
ENABLE_METADATA_AGENT_CONFIG = %(
enable_metadata_agent true
).freeze
DISABLE_METADATA_AGENT_CONFIG = %(