Added a plugin process type that allows users to write their own custom processors: examples
gRPC metadata
A new flag --metadata | -H is introduced. It allows users to add custom gRPC metadata headers to any request.
Outputs:
Kafka output:
Added support for custom topics per target/subscription.
Added support for both Async and Sync Kafka producers.
Commands:
Listen command:
When using the listen command outputs internal metrics are properly initialized and exposed to prometheus for scraping.
v 0.34.0 - November 11th 2023
Prometheus Write Output
The number of prometheus_write writers can now be configured.
Subscription Encoding
A subscription encoding can now be set per target. Before, it was either a global attribute or set per subscription.
With this change, it can be set globally, per target or per subscription.
Processors:
New event-combine processor: A convenience processor that allows combining other processors into a single one.
New event-rate-limit processor: A processor that rate-limits each event with matching tags to the configured amount per-seconds.
New redis locker: For leader election, service discovery and target distribution gNMIc supports both Consul and Kubernetes. It is now possible to use redis for the same purpose.
v 0.33.0 - October 8th 2023
... (truncated)
Commits
7e7e8f8 Merge pull request #357 from nokia/0.35.0-changelog
3a10adf Merge pull request #361 from openconfig/upgrade-deps
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/openconfig/gnmic from 0.34.2 to 0.35.0.
Release notes
Sourced from github.com/openconfig/gnmic's releases.
Changelog
Sourced from github.com/openconfig/gnmic's changelog.
... (truncated)
Commits
7e7e8f8
Merge pull request #357 from nokia/0.35.0-changelog3a10adf
Merge pull request #361 from openconfig/upgrade-depseacaf51
remove deprecated starlark options409ddb7
upgrade go deps94c601c
Merge pull request #360 from openconfig/tidy-api37807c8
tidy pkg/api712a3b6
Merge pull request #358 from nokia/event-plugin-docs6c90cba
Merge pull request #359 from openconfig/bump-pkg/api-deps2061791
bump pkg/api deps1fea378
add event-plugin docsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show