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

add event-combine processor #252

Merged
merged 54 commits into from
Nov 7, 2023
Merged

Conversation

karimra
Copy link
Collaborator

@karimra karimra commented Oct 13, 2023

No description provided.

@karimra karimra marked this pull request as draft October 13, 2023 23:22
karimra and others added 23 commits October 16, 2023 18:49
autodetect if kafka input is receiving an event or a list of events
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.2...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.6+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.6...v24.0.7)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
When the starlark processor fails, it can be hard
to know where the issue is comming from
since multiple processing can happen at the same time
the logs may be interleaved.

Adding the value that causes the error enables easier troubleshooting
of the starlark code
Add logs on starlark failed processing with debug enabled
Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.5 to 0.4.6.
- [Release notes](https://github.com/nats-io/nkeys/releases)
- [Changelog](https://github.com/nats-io/nkeys/blob/main/.goreleaser.yml)
- [Commits](nats-io/nkeys@v0.4.5...v0.4.6)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nkeys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…vent

Implement WriteEvent on file output so that it can be used by 'inputs' components
Fix bug corrupting Prometheus timeseries __name__ label
karimra and others added 22 commits November 6, 2023 15:55
allow setting a subscription encoding per target
…es/github.com/nats-io/nkeys-0.4.6

Bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6
allow the number of prometheus_write writers to be configurable
…ctions/goreleaser/goreleaser-action-5

Bump goreleaser/goreleaser-action from 4 to 5
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.20 to 2.10.4.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.9.20...v2.10.4)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…es/github.com/nats-io/nats-server/v2-2.10.4

Bump github.com/nats-io/nats-server/v2 from 2.9.20 to 2.10.4
…es/google.golang.org/grpc-1.59.0

Bump google.golang.org/grpc from 1.58.2 to 1.59.0
…es/github.com/docker/docker-24.0.7incompatible

Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible
file output: set write concurrency to 1 when writing to stdout or stderr
consul loader: match service tags
@karimra karimra marked this pull request as ready for review November 7, 2023 19:04
@karimra karimra merged commit dc6e873 into openconfig:main Nov 7, 2023
2 checks passed
@karimra karimra deleted the processor-combine branch January 25, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants