8000 fix(tracing): Run otel in http mode if enabled by timonv · Pull Request #218 · bosun-ai/kwaak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(tracing): Run otel in http mode if enabled #218

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

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Conversation

timonv
Copy link
Member
@timonv timonv commented Jan 24, 2025

Many hosted parties (openobserve, grafana, etc) do not support pure grpc

timonv and others added 2 commits January 24, 2025 10:41
Many hosted parties (openobserve, grafana, etc) do not support pure grpc
@tinco tinco merged commit e62510b into master Jan 24, 2025
9 checks passed
@tinco tinco deleted the otel-over-http branch January 24, 2025 13:27
timonv pushed a commit that referenced this pull request Jan 24, 2025
## 🤖 New release
* `kwaak`: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)

### ⚠️ `kwaak` breaking changes

```
--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field App.input_width in /tmp/.tmpGvtH5P/kwaak/src/frontend/app.rs:85

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/function_parameter_count_changed.ron

Failed in:
  kwaak::git::util::diff now takes 3 parameters instead of 2, in /tmp/.tmpGvtH5P/kwaak/src/git/util.rs:9
```

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.6.0] - 2025-01-24

### 🚀 Features

- Add ctrl+enter and shift+enter as shortcuts to send a message (#219)
- Adjust arrow key behavior in chat input (#220)
- Wrap input lines neatly when chatting with an agent (#226)
- Enable overwriting config with env variables or a kwaak.local.toml
(#222)
- Use the git diff to steer on test and coverage results (#229)

### 🐛 Bug Fixes

- *(ci)* Remove rust cache
- *(tracing)* Run otel in http mode if enabled (#218)
- Local docker executor now returns NonZeroExit correctly on file not
found
- *(tools)* Allow for block edit to also insert new lines (#227)
- Disable ultra verbose ui event logging on debug

### ⚙️ Miscellaneous Tasks

- Add persistance to jaeger in compose
- Ensure the are no dangling trace spans

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
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.

2 participants
0