Skip to content
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
1 change: 1 addition & 0 deletions framework/.changeset/v0.16.6.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Return the ChainID in the Solana output
- Bump grafana in devenv v11.3.1 → v13.1.0
- Add Loki and VictoriaTraces to Victoria stack in devenv
- Include all app and otel sdk labels to VictoriaMetrics exporter (resource_to_telemetry_conversion)
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ exporters:
endpoint: http://victoriametrics:8428/api/v1/write
tls:
insecure: true
resource_to_telemetry_conversion:
enabled: true
Comment thread
bukata-sa marked this conversation as resolved.

# VictoriaLogs accepts OTLP logs natively
otlphttp/vl:
Expand Down
Loading