You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am importing github.com/open-telemetry/opentelemetry-tutorials/trace-receiver/tailtracer but I feel this package does not exist anymore
also on a side note the generated components.go imports two more packages by default. There are not used in the tutorial as we work on a receiver but they should be part of the code snippet.
URL
https://opentelemetry.io/docs/collector/building/receiver/#updating-the-collectors-initialization-process-with-the-receiver
Description
I am importing
github.com/open-telemetry/opentelemetry-tutorials/trace-receiver/tailtracer
but I feel this package does not exist anymorealso on a side note the generated components.go imports two more packages by default. There are not used in the tutorial as we work on a receiver but they should be part of the code snippet.
I realised that when trying to initialise the collector with tailtracer
MakeFactoryMap
function has moved under otelcol instead of extensionAt the moment I am not able to get the custom collector to run so I have probably missed other changes
Let me know which info you need my go.mod requires looks like the following :
The text was updated successfully, but these errors were encountered: