i forgot this channel was associated with the https://github.com/open-telemetry/opentelemetry-collector repo, so i’ve neglected to post relevant info here related to collector. instead, i’ve been posting my collector comments to the https://gitter.im/open-telemetry/opentelemetry-specification gitter channel instead over the past few days. (just issue triage logistics comments)
any chance this channel can be renamed to open-telemetry/opentelemetry-collector
?
apiVersion: v1
data:
otel-collector-config: |-
"exporters":
"jaeger":
"endpoint": "jaeger-collector.observability:14250"
"insecure": true
"prometheus":
"endpoint": ":8889"
"namespace": "monitoring"
"extensions":
"health_check": {}
"zpages": {}
"processors":
"batch": null
"memory_limiter":
"ballast_size_mib": 683
"check_interval": "5s"
"limit_mib": 1500
"spike_limit_mib": 512
"queued_retry": null
"receivers":
"jaeger":
"protocols":
"grpc": null
"thrift_http": null
"opencensus": null
"otlp":
"protocols":
"grpc": null
"http": null
"service":
"extensions":
- "health_check"
- "zpages"
"pipelines":
"metrics":
"exporters":
- "prometheus"
"receivers":
- "opencensus"
"traces":
"exporters":
- "jaeger"
"processors":
- "memory_limiter"
- "batch"
- "queued_retry"
"receivers":
- "otlp"
- "jaeger"
- "opencensus"
kind: ConfigMap
metadata:
labels:
app: otel-collector-conf
name: otel-collector-conf
namespace: observability
Hi all, I am trying to export traces to Splunk using Splunk HEC exporter and Zipkin receiver for OpenTelemetry Collector.
Problem: I am not able to see the traces in Splunk. However, logging exporter does show the logs for the traces.
Could you please help me out with this? Thank you.
Following is the content of otel-collector-config.yaml file:
opentelemetry-collector-contrib
. Something wrong with DataDog dependency. Is it a known issue? I just pulled the latest code. make otelcontribcol
GO111MODULE=on CGO_ENABLED=0 go build -o ./bin/otelcontribcol_darwin_amd64 \
-ldflags "-X github.com/open-telemetry/opentelemetry-collector-contrib/internal/version.GitHash=c01d3b00 -X go.opentelemetry.io/collector/internal/version.BuildType=release" ./cmd/otelcontribcol
go: finding module for package github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster
go: found github.com/DataDog/datadog-agent/pkg/collector/corechecks/cluster in github.com/DataDog/datadog-agent v0.0.0-20201117210934-a3cba9a8cfd2
go: github.com/DataDog/datadog-agent@v0.0.0-20201117210934-a3cba9a8cfd2 requires
github.com/benesch/cgosymbolizer@v0.0.0: reading github.com/benesch/cgosymbolizer/go.mod at revision v0.0.0: unknown revision v0.0.0
make: *** [otelcontribcol] Error 1
{{ }}
with { }
. Will highly appreciate. Thanks.status.Code() == pdata.StatusCodeError
? I'd be happy to update the datadog exporter to match whatever the current spec is
system.swap.
(see here) that are similar in meaning but different in naming to the system.paging.
metrics that feature in the spec (see here). Is this expected? If not, what should be changed (spec/implementation)? Should I open an issue for this?
cross-posting from opentelemetry-specification
Friendly reminder we have
otel spec issue scrub 🧽
mtg tomorrow, Friday morning 8:30a PST.
Not many spec issues to triage, so if we have quorum with collector maintainers, we’ll also continue triaging collector and collector-contrib issues.