Skip to content

Commit fd87507

Browse files
committed
Merge branch 'RC-1.30.0' into 'master'
Release 1.30.0-1 See merge request automation-toolchain/f5-telemetry!598
2 parents cc1366b + f496787 commit fd87507

102 files changed

Lines changed: 16201 additions & 4129 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include:
2323

2424
##############################################################
2525
# #
26-
# Jobs and commands templates #
26+
# Jobs and commands templates #
2727
# #
2828
##############################################################
2929
.install_unittest_packages_cmd: &install_unittest_packages_cmd

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
Changes to this project are documented in this file. More detail and links can be found in the Telemetry Streaming [Document Revision History](https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/revision-history.html).
33

4+
## 1.30.0
5+
### Added
6+
### Fixed
7+
- TS-668: [GitHub #207](https://github.com/F5Networks/f5-telemetry-streaming/issues/207) Add support for numerical enums, enhance SNMP metrics processing
8+
- TS-666: Created separate Azure Logs tables for pool members and removed that data from the pool tables.
9+
### Changed
10+
- TS-658: Update npm packages (@grpc/proto-loader from 0.6.9 to 0.6.12)
11+
### Removed
12+
413
## 1.29.0
514
### Added
615
- TS-568: Added support for SNMP endpoints in Telemetry_Endpoints

SUPPORT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ Currently supported versions:
1717

1818
| Software Version | Release Type | First Customer Ship | End of Support |
1919
|------------------|---------------|---------------------|-----------------|
20-
| TS 1.20.1 | LTS | 30-Jun-2021 | 30-Jun-2022 |
21-
| TS 1.27.0 | Feature | 08-Mar-2022 | 08-Jun-2022 |
22-
| TS 1.27.1 | LTS | 19-Apr-2022 | 19-Apr-2023 |
2320
| TS 1.28.0 | Feature | 19-Apr-2022 | 19-Jul-2022 |
2421
| TS 1.29.0 | Feature | 31-May-2022 | 31-Aug-2022 |
22+
| TS 1.30.0 | Feature | 15-Jul-2022 | 15-Oct-2022 |
2523

2624
Versions no longer supported:
2725

@@ -47,11 +45,14 @@ Versions no longer supported:
4745
| TS 1.18.0 | Feature | 23-Feb-2021 | 23-May-2021 |
4846
| TS 1.19.0 | Feature | 06-Apr-2021 | 06-Jul-2021 |
4947
| TS 1.20.0 | Feature | 18-May-2021 | 18-Aug-2021 |
48+
| TS 1.20.1 | LTS | 30-Jun-2021 | 30-Jun-2022 |
5049
| TS 1.21.0 | Feature | 28-Jun-2021 | 28-Sep-2021 |
5150
| TS 1.22.0 | Feature | 09-Aug-2021 | 09-Nov-2021 |
5251
| TS 1.23.0 | Feature | 21-Sep-2021 | 21-Dec-2021 |
5352
| TS 1.24.0 | Feature | 02-Nov-2021 | 02-Feb-2022 |
5453
| TS 1.25.0 | Feature | 14-Dec-2021 | 14-Mar-2022 |
5554
| TS 1.26.0 | Feature | 25-Jan-2022 | 25-Apr-2022 |
55+
| TS 1.27.0 | Feature | 08-Mar-2022 | 08-Jun-2022 |
56+
| TS 1.27.1 | LTS | 19-Apr-2022 | 19-Apr-2023 |
5657

5758
See the [Release notes](https://github.com/F5Networks/f5-telemetry-streaming/releases) and [Telemetry Streaming documentation](https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/revision-history.html) for new features and issues resolved for each release.

contributing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ How does the project handle a typical `POST` request?
108108
"trace": false,
109109
"format": "default"
110110
},
111-
"schemaVersion": "1.29.0"
111+
"schemaVersion": "1.30.0"
112112
}
113113
}
114114
```

contributing/process_release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
* 1.27.0 - 17.7 MB
6666
* 1.28.0 - 17.7 MB
6767
* 1.29.0 - 17.8 MB
68+
* 1.30.0 - 16.0 MB
6869
* Install build to BIG-IP, navigate to folder `/var/config/rest/iapps/f5-telemetry/` and check following:
6970
* Run `du -sh` and check that folder's size (shouldn't be much greater than previous versions):
7071
* 1.4.0 - 65 MB
@@ -93,6 +94,7 @@
9394
* 1.27.0 - 127 MB
9495
* 1.28.0 - 127 MB
9596
* 1.29.0 - 129 MB
97+
* 1.30.0 - 116 MB
9698
* Check `node_modules` folder - if you see `eslint`, `mocha` or something else from [package.json](package.json) `devDependencies` section - something wrong with build process. Probably some `npm` flags are work as not expected and it MUST BE FIXED before publishing.
9799
* Ensure that all tests (unit tests and functional tests passed)
98100
* Optional: Ensure that your local tags match remote. If not, remove all and re-fetch:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# The short X.Y version.
8080
version = u''
8181
# The full version, including alpha/beta/rc tags.
82-
release = u'1.29.0'
82+
release = u'1.30.0'
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

docs/revision-history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Document Revision History
1212
- Date
1313

1414
* - 1.29.0
15-
- **Updated the documentation for Telemetry Streaming v1.29.0. This release contains the following changes:** |br| * Added support for querying SNMP using a custom endpoint (see :ref:`SNMP example<snmpep>`) |br| * Added outputMode parameter to Generic HTTP consumer to support raw data output (see :ref:`Generic HTTP<http-ref>`) |br| |br| Issues Resolved: |br| * Metric Consumers should not fail when 'null' found in data |br| * Prometheus consumer should ignore NaN values
15+
- Updated the documentation for Telemetry Streaming v1.29.0. This release contains the following changes: |br| * Added support for querying SNMP using a custom endpoint (see :ref:`SNMP example<snmpep>`) |br| * Added outputMode parameter to Generic HTTP consumer to support raw data output (see :ref:`Generic HTTP<http-ref>`) |br| |br| Issues Resolved: |br| * Metric Consumers should not fail when 'null' found in data |br| * Prometheus consumer should ignore NaN values
1616
- 5-31-22
1717

1818
* - 1.28.0

docs/setting-up-consumer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Microsoft Azure Log Analytics
114114
|azure_img|
115115

116116
Required Information:
117-
- Workspace ID: Navigate to :guilabel:`Log Analytics workspace > Advanced Settings > Connected Sources`.
118-
- Shared Key: Navigate to :guilabel:`Log Analytics workspace > Advanced Settings > Connected Sources` and use the primary key.
117+
- Workspace ID: Navigate to :guilabel:`Log Analytics workspace > [your workspace] > Agents Management > Workspace ID`.
118+
- Shared Key: Navigate to :guilabel:`Log Analytics workspace > [your workspace] > Agents Management > Primary key`.
119119

120120
.. IMPORTANT:: The Azure Log Analytics Consumer only supports sending 500 items. Each configuration item (such as virtual server, pool, node) uses part of this limit.
121121

examples/declarations/system_custom_endpoints_with_snmp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"totalMemory": {
1212
"protocol": "snmp",
1313
"path": "sysGlobalStat.sysStatMemoryTotal"
14+
},
15+
"hrFSBootable": {
16+
"protocol": "snmp",
17+
"path": "hrFSBootable.1",
18+
"numericalEnums": true
1419
}
1520
}
1621
},

0 commit comments

Comments
 (0)