Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the use_latest_spec option from the config file #1835

Merged
merged 2 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fluentbit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG - Fluent Bit

## 1.0.2 / 2023-04-28
* [Fixed] Remove the use_latest_spec option from the config file. See [#1835](https://github.com/DataDog/integrations-extras/pull/1835).

## 1.0.1 / 2023-01-25
* [Added] Add Fluent Bit `build_info` metric. See [#1740](https://github.com/DataDog/integrations-extras/pull/1740).

Expand Down
2 changes: 1 addition & 1 deletion fluentbit/datadog_checks/fluentbit/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'
5 changes: 0 additions & 5 deletions fluentbit/datadog_checks/fluentbit/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,6 @@ instances:
#
# cache_metric_wildcards: true

## @param use_latest_spec - boolean - optional - default: false
## Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification.
#
# use_latest_spec: false

## @param telemetry - boolean - optional - default: false
## Whether or not to submit metrics prefixed by `<NAMESPACE>.telemetry.` for debugging purposes.
#
Expand Down
3 changes: 3 additions & 0 deletions gitea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG - Gitea

## 1.0.1 / 2023-04-28
* [Fixed] Remove the use_latest_spec option from the config file. See [#1835](https://github.com/DataDog/integrations-extras/pull/1835).

## 1.0.0

* [Added] Initial Gitea Integration.
2 changes: 1 addition & 1 deletion gitea/datadog_checks/gitea/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
5 changes: 0 additions & 5 deletions gitea/datadog_checks/gitea/data/auto_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,6 @@ instances:
#
# cache_metric_wildcards: true

## @param use_latest_spec - boolean - optional - default: false
## Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification.
#
# use_latest_spec: false

## @param telemetry - boolean - optional - default: false
## Whether or not to submit metrics prefixed by `<NAMESPACE>.telemetry.` for debugging purposes.
#
Expand Down
5 changes: 0 additions & 5 deletions gitea/datadog_checks/gitea/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,6 @@ instances:
#
# cache_metric_wildcards: true

## @param use_latest_spec - boolean - optional - default: false
## Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification.
#
# use_latest_spec: false

## @param telemetry - boolean - optional - default: false
## Whether or not to submit metrics prefixed by `<NAMESPACE>.telemetry.` for debugging purposes.
#
Expand Down
3 changes: 3 additions & 0 deletions hikaricp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG - hikaricp

## 1.0.1 / 2023-04-28
* [Fixed] Remove the use_latest_spec option from the config file. See [#1835](https://github.com/DataDog/integrations-extras/pull/1835).

## 1.0.0

* [Added] Initial Hikaricp Integration.
2 changes: 1 addition & 1 deletion hikaricp/datadog_checks/hikaricp/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'
5 changes: 0 additions & 5 deletions hikaricp/datadog_checks/hikaricp/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,6 @@ instances:
#
# cache_metric_wildcards: true

## @param use_latest_spec - boolean - optional - default: false
## Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification.
#
# use_latest_spec: false

## @param telemetry - boolean - optional - default: false
## Whether or not to submit metrics prefixed by `<NAMESPACE>.telemetry.` for debugging purposes.
#
Expand Down
3 changes: 3 additions & 0 deletions neo4j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG - neo4j

## 2.0.2 / 2023-04-28
* [Fixed] Remove the use_latest_spec option from the config file. See [#1835](https://github.com/DataDog/integrations-extras/pull/1835).

## 2.0.1 / 2022-08-22

* [Added] Added causal_cluster read replica metrics. See [#1509](https://github.com/DataDog/integrations-extras/pull/1509).
Expand Down
2 changes: 1 addition & 1 deletion neo4j/datadog_checks/neo4j/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.1'
__version__ = '2.0.2'
5 changes: 0 additions & 5 deletions neo4j/datadog_checks/neo4j/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@ instances:
#
# cache_metric_wildcards: true

## @param use_latest_spec - boolean - optional - default: false
## Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification.
#
# use_latest_spec: false

## @param telemetry - boolean - optional - default: false
## Whether or not to submit metrics prefixed by `<NAMESPACE>.telemetry.` for debugging purposes.
#
Expand Down
3 changes: 3 additions & 0 deletions purefa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG - PureFA

## 1.1.1 / 2023-04-28
* [Fixed] Remove the use_latest_spec option from the config file. See [#1835](https://github.com/DataDog/integrations-extras/pull/1835).

## 1.1.0

* [Added] Support for [Pure FlashArray OpenMetrics Exporter](https://github.com/PureStorage-OpenConnect/pure-fa-openmetrics-exporter)
Expand Down
2 changes: 1 addition & 1 deletion purefa/datadog_checks/purefa/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'
5 changes: 0 additions & 5 deletions purefa/datadog_checks/purefa/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,6 @@ instances:
#
# cache_metric_wildcards: true

## @param use_latest_spec - boolean - optional - default: false
## Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification.
#
# use_latest_spec: false

## @param telemetry - boolean - optional - default: false
## Whether or not to submit metrics prefixed by `<NAMESPACE>.telemetry.` for debugging purposes.
#
Expand Down
3 changes: 3 additions & 0 deletions purefb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG - PureFB

## 1.0.3 / 2023-04-28
* [Fixed] Remove the use_latest_spec option from the config file. See [#1835](https://github.com/DataDog/integrations-extras/pull/1835).

## 1.0.2 / 2022-12-14

* [Added] Added support for the `purefb.array.space_utilization` metric introduced in `pure-fb-openmetrics-exporter v1.0.1`.
Expand Down
2 changes: 1 addition & 1 deletion purefb/datadog_checks/purefb/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.3'
5 changes: 0 additions & 5 deletions purefb/datadog_checks/purefb/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,6 @@ instances:
#
# cache_metric_wildcards: true

## @param use_latest_spec - boolean - optional - default: false
## Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification.
#
# use_latest_spec: false

## @param telemetry - boolean - optional - default: false
## Whether or not to submit metrics prefixed by `<NAMESPACE>.telemetry.` for debugging purposes.
#
Expand Down
3 changes: 3 additions & 0 deletions redpanda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG - redpanda

## 1.1.1 / 2023-04-28
* [Fixed] Remove the use_latest_spec option from the config file. See [#1835](https://github.com/DataDog/integrations-extras/pull/1835).

## 1.1.0 / 2022-03-24

* [Added] Add RP consumer group offset. See [#1237](https://github.com/DataDog/integrations-extras/pull/1237). Thanks [bpraseed](https://github.com/bpraseed).
Expand Down
2 changes: 1 addition & 1 deletion redpanda/datadog_checks/redpanda/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'
5 changes: 0 additions & 5 deletions redpanda/datadog_checks/redpanda/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,6 @@ instances:
#
# cache_metric_wildcards: true

## @param use_latest_spec - boolean - optional - default: false
## Whether or not the parser will strictly adhere to the latest version of the OpenMetrics specification.
#
# use_latest_spec: false

## @param telemetry - boolean - optional - default: false
## Whether or not to submit metrics prefixed by `<NAMESPACE>.telemetry.` for debugging purposes.
#
Expand Down