Releases: dynatrace-extensions/extensions-schemas
Releases · dynatrace-extensions/extensions-schemas
1.307.0
1.306.0
👀 Changes
- Log Events
- Possibility to configure both LQL Query and DQL Query - configuration is consistent with Log Processing
- Use DQL matcher queries for log metrics on Grail enabled tenants
- Specify
dqlQuery
andlqlQuery
instead ofquery
- Specify
- Metrics
- Fixed the metric key regex to match the allowed characters of the metric ingestion protocol.
- SNMP
group
is now required in each item
1.305.0
🚀 New:
- Extensions
- Added field
elevatedPrivilegesRequired
for marking extensions that require elevated privileges to fully operate.
- Added field
- JMX
- new metric type
gauge_statcounter
available.
- new metric type
1.304.0
👀 Changes
- Extensions
- Alerts and dashboards now have their own types with alerts array size raised to 100.
- PrometheusMetrics
- Increased all processors properties lengths to 15000.
1.303.0
🚀 New:
- PrometheusMetrics
- new datasource available in Extension Framework 2.0
👀 Changes:
- Extensions
- Extension names can have up to 60 characters now
- Sql Schema
schedule
accepts variables now
- Log Events
- Increased max limit of log events from 10 to 1000
1.300.0
🚀 New:
- Variables
integer
type variable. Only positive values allowed.
👀 Changes:
interval
accepts variables now
1.299.0
🚀 New:
- Sql Schema
- Added new keyword
schedule
, which allows users to define the cron expressionsschedule
can not be used in the same group / subgroup with theinterval
schedule
must contain at least 1?
character at 2nd or 4th index example:0 * ? * 5
- Added new keyword
1.298.0
🚀 New:
- Metric Metadata
- All units that are available in Dynatrace but were missing in the metric metadata schema have been added.
1.295.0
🚀 New:
- JDBC Generic
- new datasource available in Extension Framework 2.0
- handles drivers fulfilling JDBC interfaces
👀 Changes:
- From now
generic.types.schema
limit of Generic Entity extraction rules is set up to 500
1.291.0
🚀 New:
- Actions
attributes
property is now mandatory- It's now possible to use
col
andconst
prefix forattributes
values - Now
attributes
have to contain acontent
as key
- It's now possible to use