Marko Mikulicic
becbe8f7b8
fix: Use influx-debug-id header ( #338 )
...
Influxdata cloud2 uses a different mechanism to enable tracing.
You need to pass a `influx-debug-id` header (the value is ignored) and if the response contains
`trace-sampled: true` then the response's `trace-id` header contains a valid trace ID that can be
used to jump to the trace in jaeger.
If the request has been sampled, we print the trace-id to stderr.
Since modern terminals allow to click on hyperlinks, we could avoid a copy&paste of the trace id
if the `influx` binary wrote a the link to the jeager trace.
However, we don't want to hardcode the URL of the internal jaeger endpoint in the binary.
I tried adding a wrapper script on my machine that would just capture the trace-id and render it, but it's
hard to do without messing with the ordering of the stderr and stdout lines.
Thus I preferred adding a secret env var that controls the formatting of the trace-id and can be used
by our devs to generate links to our internal jaeger instance.
```console
$ export INFLUX_CLI_TRACE_PRINT_PREFIX="Trace: https://jaeger.my.cloud/trace/ "
$ influx query --trace-debug-id 123 -f query.flux
Trace: https://jaeger.my.cloud/trace/f39a69354a3acca6
Result: _result
Table: keys: [_measurement]
...
```
2021-12-03 17:54:47 +01:00
..
2021-11-19 09:00:52 -07:00
2021-11-10 11:33:01 -05:00
2021-12-03 17:54:47 +01:00
2021-05-25 10:05:01 -04:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-11-29 15:42:29 -06:00
2021-12-03 17:54:47 +01:00
2021-12-03 17:54:47 +01:00
2021-09-24 14:27:19 -04:00
2021-07-02 10:19:51 -04:00
2021-08-04 14:45:22 -04:00
2021-07-09 15:36:44 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 14:06:29 -05:00
2021-06-28 14:06:29 -05:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-11-10 11:33:01 -05:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-09-23 15:04:08 -04:00
2021-06-28 10:18:41 -04:00
2021-09-14 13:03:17 -07:00
2021-09-14 13:03:17 -07:00
2021-09-14 13:03:17 -07:00
2021-09-14 13:03:17 -07:00
2021-11-17 14:16:58 -07:00
2021-11-17 14:16:58 -07:00
2021-11-17 14:16:58 -07:00
2021-09-23 09:09:36 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-30 14:47:35 -04:00
2021-06-30 14:47:35 -04:00
2021-06-30 14:47:35 -04:00
2021-06-30 14:47:35 -04:00
2021-06-30 14:47:35 -04:00
2021-06-30 14:47:35 -04:00
2021-06-30 14:47:35 -04:00
2021-06-30 14:47:35 -04:00
2021-06-30 14:47:35 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 10:18:41 -04:00
2021-07-08 14:00:42 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 09:38:03 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 15:08:36 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 09:38:03 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 09:38:03 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 09:38:03 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 09:38:03 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 09:38:03 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 15:08:36 -04:00
2021-07-02 10:19:51 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 09:38:03 -04:00
2021-06-29 15:08:36 -04:00
2021-06-28 10:18:41 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-07-02 10:19:51 -04:00
2021-06-29 15:08:36 -04:00
2021-06-29 15:08:36 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-06-28 10:18:41 -04:00
2021-10-05 14:33:02 -04:00
2021-06-28 14:06:29 -05:00
2021-05-25 10:05:01 -04:00
2021-05-25 10:05:01 -04:00
2021-05-25 10:05:01 -04:00
2021-05-25 10:05:01 -04:00
2021-05-25 10:05:01 -04:00
2021-05-25 10:05:01 -04:00