Phuong Le

Results 10 issues of Phuong Le

### SPECIFIC ISSUE ENCOUNTERED Instant preview 1.19: the plane detection feature is still working well except black screen receiving in my editor ### VERSIONS USED - Unity: 2020.3.11 - ARCore...

bug

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9121 When storage nodes are unavailable, HTTP requests now get immediate 429 responses instead of hanging, while streaming connections wait for storage to recover. Data gets queued in a...

## Is your feature request related to a problem? Please describe The current behavior when all vlstorage nodes become unavailable: - vlinsert continues accepting log ingestion requests - Requests hang...

enhancement
victorialogs

See #9144 VictoriaLogs was not correctly parsing timestamps from journald data when using the default time field configuration. This caused VictoriaLogs to look for a `_time` field instead of `__REALTIME_TIMESTAMP`...

My query: ``` * | stats by (_stream) count() as log_count | sort by (log_count desc) ``` The response from `select/logsql/query`: ``` _stream: {kubernetes.container_name="oauth2-proxy",kubernetes.pod_name="vmlogs-single-victoria-logs-single-server-0",kubernetes.pod_namespace="vmlogs",stream="stdout"} ``` What is rendered from the...

question

Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7738 ### Describe Your Changes * Deprecate `-disableRerouting` flag in favor of more specific controls. * Add `-rerouteDelay` flag (default 15s) to control how long to wait before rerouting...

Resolves https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8933 I added two endpoints: 1. **config**: This helps the frontend fetch the user's default configuration. Users can modify these settings without changing the flag or restarting. Currently, it...

Related: https://github.com/VictoriaMetrics/VictoriaMetrics/pull/8961

### Is your feature request related to a problem? Please describe Many enterprise users require features such as SSO via OIDC/OAuth2, SAML, LDAP, or other identity providers in order to...

enhancement
vmauth