Jatutep Bunupuradah

Results 18 issues of Jatutep Bunupuradah

My app does upload file to the backend after dragging the files to to component, I want it to show an "uploading" message first, and I want to be able...

there are two notified errors: ```error[E0599]: no method named `with_pkcs12_path` found for struct `SslOpts` in the current scope``` and ```error[E0599]: no method named `with_password` found for struct `SslOpts` in the...

Can you enable "process" feature for Prometheus metrics like this? ![image](https://github.com/OutThereLabs/actix-web-opentelemetry/assets/29559559/22d2772b-ce21-445c-b3ab-8ae31c821c35) https://docs.rs/actix-web-prometheus/0.1.2/actix_web_prometheus/

## Motivations In Jaeger, we can look up on spans of services that depend on another services like this. ![image](https://github.com/TrueLayer/reqwest-middleware/assets/29559559/421e7d67-85ee-4d81-bad9-6706803d7e72) ![image](https://github.com/TrueLayer/reqwest-middleware/assets/29559559/00df9355-39b0-439d-97e5-afc4f01f1e61) In this example, I made the requests from chant-service...

enhancement

localtunnel works fine on TCP port 3000 that maps to to default host localtunnel.me but when I use my own server on AWS as the host, it connects for a...

When I used Swaggo, I was able to do something like this: ```go type PaginationModel struct { Search string Take int Page int SortOrder SortOrder } type SortOrder string const...

According to the [Official OpenTelemetry Website](https://opentelemetry.io/docs/concepts/sdk-configuration/otlp-exporter-configuration/) , if I set `OTEL_EXPORTER_OTLP_ENDPOINT` env, it will apply to all `OTEL_EXPORTER_OTLP_TRACES_ENDPOINT`, `OTEL_EXPORTER_OTLP_METRICS_ENDPOINT`, `OTEL_EXPORTER_OTLP_LOGS_ENDPOINT`, but this crate seems to apply to only OTEL_EXPORTER_OTLP_TRACES_ENDPOINT as...

enhancement

![image](https://user-images.githubusercontent.com/29559559/224698354-f8562f12-8686-4ddf-a988-e95d3a358045.png) When make a remote request to my Gofiber endpoint, it gives http.client_ip = 10.8.11.189, which is container's local ip, but in Rust version of opentelemetry, used with Actix Web,...

💡 Help wanted
🤔 Question
👍 Accepting PR