Victor Martinez

Results 227 comments of Victor Martinez

> @v1v coudl we clarify a bit the design on #173 ? I remember we were wondering if we should introduce OpenTelemetry spêcific attributes at the job level or if...

IIUC, the entry point for the traces is a different one as per https://www.dynatrace.com/support/help/extend-dynatrace/opentelemetry/opentelemetry-traces/opentelemetry-trace-ingest-api `https://{your-domain}/e/{your-environment-id}/api/v2/otlp/v1/traces` https://github.com/hmcts/cnp-flux-config/blob/a504a799e2dbe955215bd4bedad2cc89643b6c27/apps/monitoring/opentelemetry-collector/ptl-intsvc/00.yaml#L14 Might be needed to point to `https://ebe20728.live.dynatrace.com/api/v2/otlp/v1/traces` ?

I just made a quick dashboard to visualise the SCM events, so far the remaining github requests per user The above graph is part of the existing `Jenkins Overview`, so...

Hi @BerndFarkaDyna, thanks for raising this. That's intended and the convention we have added. The original implementation was done in https://github.com/jenkinsci/opentelemetry-plugin/pull/47 Cheers

I've been thinking about this, I see the benefits in reducing the cardinality, but I'd like to ask your needs for using `Path/to/Build/job/PR-123/1`? @cyrille-leclerc, what do think about giving the...

### With the `2.3.0` version The first trace regarding the opentelemetry SDK ``` 2022-05-17 20:18:04.195+0000 [id=41] INFO i.j.p.o.OpenTelemetrySdkProvider#initialize: OpenTelemetry SDK initialized: SDK [config: otel.traces.exporter=none, resource: service.name=jenkins, service.namespace=jenkins, service.version=2.332.3] ``` While,...

I think those issues are related to the Elastic stack, I used the demo project from this repo and managed to see traces in Prometheus For such, I disabled `zypkin`...

I enabled some `logging` in the OpenTelemetry collector and I can see some entries that are reflected in the ElasticStack: ``` Descriptor: -> Name: system.memory.usage -> Description: System memory usage...

Awesome! Great work! I just found this PR, as I actually had to create a few retry/sleep steps and came up with some internal shared library step that it works...

> Why is that? My read of "vars/filebeat.groovy" is that the end of start() should have created that configFile: That's correct, I think it was created, but I wonder if...