THIS FORUM IS NO LONGER ACTIVE. Join us on CNCF Slack: https://cloud-native.slack.com/archives/CJFCJHG4Q.
Hello team, I'm wondering how to make use of Link
in grafana query
As current description of Link
A Span may be linked to zero or more other Spans (defined by SpanContext) that are causally related. Links can point to Spans inside a single Trace or across different Traces. Links can be used to represent batched operations where a Span was initiated by multiple initiating Spans, each representing a single incoming item being processed in the batch.
Once we attach Link
to span, how do we make use of it in grafana query?
Suppose I attach a Link
to span A (in traceA ) to spanB (in traceB), can I get result of traceB when querying traceA in grafana?
Hello team we have an issue with our logzio exporter users are getting errors using it from opentelemetry-collector-contrib image version >= 0.24
otel-agent | Error: cannot build pipelines: cannot build builtExporters: error creating logzio exporter: mkdir /tmp: permission denied
otel-agent | 2021/06/07 10:20:51 application run finished with error: cannot build pipelines: cannot build builtExporters: error creating logzio exporter: mkdir /tmp: permission denied
The exporter works fine with version <=0.23.
Does anyone know what could cause those errors from version 0.24? And what can we do to solve it?
Hey guys, when I submit PR with #1973 and running the workflows, something wrong happened with test-coverage:
{'detail': ErrorDetail(string='Unable to locate build via Github Actions API. Please upload with the Codecov repository upload token to resolve issue.', code='not_found’)}
How should I solve this problem?
$ cat /etc/otelcol/otelcol.conf
# Systemd environment file for the otelcol service
# Command-line options for the otelcol service.
# Run `/usr/bin/otelcol --help` to see all available options.
OTELCOL_OPTIONS="--config=/etc/otelcol/config.yaml"
$ cat /etc/otelcol/config.yaml
extensions:
health_check:
pprof:
endpoint: 0.0.0.0:1777
zpages:
endpoint: 0.0.0.0:55679
receivers:
otlp:
protocols:
grpc:
http:
opencensus:
# Collect own metrics
prometheus:
config:
scrape_configs:
- job_name: 'otel-collector'
scrape_interval: 10s
static_configs:
- targets: ['0.0.0.0:8888']
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
zipkin:
processors:
batch:
exporters:
logging:
logLevel: debug
service:
pipelines:
traces:
receivers: [otlp, opencensus, jaeger, zipkin]
processors: [batch]
exporters: [logging]
metrics:
receivers: [otlp, opencensus, prometheus]
processors: [batch]
exporters: [logging]
extensions: [health_check, pprof, zpages]
$ sudo dpkg -i otelcol_0.44.0_linux_amd64.deb
Selecting previously unselected package otelcol.
(Reading database ... 347245 files and directories currently installed.)
Preparing to unpack otelcol_0.44.0_linux_amd64.deb ...
Unpacking otelcol (0.44.0) ...
Setting up otelcol (0.44.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/otelcol.service → /lib/systemd/system/otelcol.service.
$ systemctl restart otelcol.service
$ journalctl -u otelcol.service
-- Logs begin at Thu 2022-02-17 13:45:25 IST, end at Thu 2022-02-24 11:28:02 IST. --
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed to load environment files: No such file or directory
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed to run 'start' task: No such file or directory
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed with result 'resources'.
Feb 19 18:00:41 voyager2 systemd[1]: Failed to start OpenTelemetry Collector.
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Scheduled restart job, restart counter is at 1.
Feb 19 18:00:41 voyager2 systemd[1]: Stopped OpenTelemetry Collector.
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed to load environment files: No such file or directory
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed to run 'start' task: No such file or directory
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed with result 'resources'.
Feb 19 18:00:41 voyager2 systemd[1]: Failed to start OpenTelemetry Collector.
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Scheduled restart job, restart counter is at 2.
Feb 19 18:00:41 voyager2 systemd[1]: Stopped OpenTelemetry Collector.
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed to load environment files: No such file or directory
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed to run 'start' task: No such file or directory
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed with result 'resources'.
Feb 19 18:00:41 voyager2 systemd[1]: Failed to start OpenTelemetry Collector.
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Scheduled restart job, restart counter is at 3.
Feb 19 18:00:41 voyager2 systemd[1]: Stopped OpenTelemetry Collector.
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed to load environment files: No such file or directory
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed to run 'start' task: No such file or directory
Feb 19 18:00:41 voyager2 systemd[1]: otelcol.service: Failed with result 'resources'.
Feb 19 18:00:41 voyager2 systemd[1]: Failed to start OpenTelemetry Collector.
Feb 19 18:00:42 voyager2 systemd[1]: otelcol.service: Scheduled restart job, restart counter is at 4.
Feb 19 18:00:42 voyager2 systemd[1]: Stopped OpenTelemetry Collector.
Feb 19 18:00:42 voyager2 systemd[1]: otelcol.service: Failed to load environment files: No such file or directory
Feb 19 18:00:42 voyager2 systemd[1]: otelcol.service: Failed to run 'start' task: No such file or directory
Feb 19 18:00:42 voyager2 systemd[1]: otelcol.service: Failed with result 'resources'.
Feb 19 18:00:42 voyager2 systemd[1]: Failed to start OpenTelemetry Collector.
Feb 19 18:00:42 voyager2 systemd[1]: otelcol.service: Scheduled restart job, restart counter is at 5.
Feb 19 18:00:42 voyager2 systemd[1]: Stopped OpenTelemetry Collector.
Feb 19 18:00:42 voyager2 systemd[1]: otelcol.service: Start request repeated too quickly.
Feb 19 18:00:42 voyager2 systemd[1]: otelcol.service: Failed with result 'resources'.
Feb 19 18:00:42 voyager2 systemd[1]: Failed to start OpenTelemetry Collector.
lines 1-34