Ning Sun

Results 233 issues of Ning Sun

- Data model: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#metrics-data-model-and-sdk

Reporter/Exporter

The concept of Level is widely adopted in logging frameworks. I recently noticed tracing libraries have levels for spans, too. The level concept is also helpful to the metrics system....

enhancement

Currently, metriki will panic when you try to access a metric that was already registered as a different type. This behaviour cannot be detected at compile time. It's a little...

question

## Description Please include a summary of the change and the issue it solves. Fixes #9066 ## Type of change (Please delete options that are not relevant) - [x] ⚡...

[GreptimeDB](https://github.com/greptimeteam/greptimedb) is an open-source time series database. It has built-in support for mysql wire-protocol. I have tested it as a mysql database in mindsdb and it works out of box....

enhancement
help wanted

Hi sritchie, In this pull request, I made two major changes on carbonite: - Use kryo's build-in ObjectBuffer as default buffer; - Improve Keyword serializer. We should try to avoid...

The current signature of `Fields::Named` hold a borrowed slice of `NamedField`. As far as I can tell, it's designed for `'static` definition of rust structs. This makes it difficult to...

This patch provides an implementation of `Valuable` for `serde_json::Value`. I'm opening this as a demo of implementing `Valuable` on a complex data type. This is better to be placed in...

From what I understand of web transport: - modern browsers, except safari, has built-in support for web transport, [at some level](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport#browser_compatibility) - because http3 is another connection oriented protocol (abstraction...

Upon login, save the selected database in localstorage so that it's default for next time.

good first issue
help wanted