Maybe also take a look at `pip list -v` to see the paths of where those
python libraries are installed.  And make sure they are
in /home/daniel/py_venvs/ansible_2.13/lib/python3.9/site-packages/

On Mon, Nov 7, 2022 at 11:52 AM Dick Visser <[email protected]> wrote:

> That seems right.
> I don't know what it could be then.
>
> On Mon, 7 Nov 2022 at 10:58, Daniel Barros <[email protected]>
> wrote:
>
>> Hi man.
>>
>> This is the entire output
>>
>> ansible --version
>> ansible [core 2.13.2]
>>   config file = None
>>   configured module search path =
>> ['/home/daniel/.ansible/plugins/modules',
>> '/usr/share/ansible/plugins/modules']
>>   ansible python module location =
>> /home/daniel/py_venvs/ansible_2.13/lib/python3.9/site-packages/ansible
>>   ansible collection location =
>> /home/daniel/.ansible/collections:/usr/share/ansible/collections
>>   executable location = /home/daniel/py_venvs/ansible_2.13/bin/ansible
>>   python version = 3.9.13 (main, May 23 2022, 22:02:02) [GCC 7.5.0]
>>   jinja version = 3.1.2
>>   libyaml = True
>>
>> On Saturday, October 29, 2022 at 12:49:36 PM UTC-3 [email protected]
>> wrote:
>>
>>> On Fri, 28 Oct 2022 at 17:23, Daniel Barros <[email protected]>
>>> wrote:
>>>
>>>> Hi man, thanks for the time.
>>>>
>>>> Please see the information as requested
>>>>
>>>> ansible --version
>>>> ansible [core 2.13.2]
>>>>
>>>
>>> This is not the entire output. It should like this like this:
>>>
>>> ansible [core 2.11.7]
>>>   config file = /Users/dick.visser/git/
>>> github.com/dnmvisser/tienhuis_ansible/ansible.cfg
>>>   configured module search path =
>>> ['/Users/dick.visser/.ansible/plugins/modules',
>>> '/usr/share/ansible/plugins/modules']
>>>   ansible python module location = /Users/dick.visser/git/
>>> github.com/dnmvisser/tienhuis_ansible/venv/lib/python3.9/site-packages/ansible
>>>   ansible collection location =
>>> /Users/dick.visser/.ansible/collections:/usr/share/ansible/collections
>>>   executable location = /Users/dick.visser/git/
>>> github.com/dnmvisser/tienhuis_ansible/venv/bin/ansible
>>>   python version = 3.9.9 (main, Jan 25 2022, 23:02:06) [Clang 13.0.0
>>> (clang-1300.0.29.30)]
>>>   jinja version = 3.0.3
>>>   libyaml = True
>>>
>>>
>>>
>>>> pip --version
>>>> pip 22.3 from
>>>> /home/daniel/py_venvs/ansible_2.13/lib/python3.9/site-packages/pip (python
>>>> 3.9)
>>>>
>>>> python --version
>>>> Python 3.9.13
>>>>
>>>> On Fri, Oct 28, 2022 at 12:20 PM Dick Visser <[email protected]> wrote:
>>>>
>>>>> What does 'ansible --version' say?
>>>>> And 'pip --version'
>>>>>
>>>>>
>>>>>
>>>>> On Fri, 28 Oct 2022 at 16:58, Daniel Barros <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> Hi group, good day, how are you?
>>>>>>
>>>>>>
>>>>>>
>>>>>> I have a question about using community.general.opentelemetry to send
>>>>>> data to APM.
>>>>>>
>>>>>> I have set my ansible.cfg like this.
>>>>>>
>>>>>>
>>>>>>
>>>>>> [defaults]
>>>>>>
>>>>>> callbacks_enabled = community.general.opentelemetry
>>>>>>
>>>>>>
>>>>>>
>>>>>> [callback_opentelemetry]
>>>>>>
>>>>>> enable_from_environment = ANSIBLE_OPENTELEMETRY_ENABLED
>>>>>>
>>>>>>
>>>>>>
>>>>>> And then environment variables like this.
>>>>>>
>>>>>> OTEL_EXPORTER_OTLP_ENDPOINT=http://elk-server:8200
>>>>>>
>>>>>> OTEL_EXPORTER_OTLP_HEADERS="authorization=Bearer xxxxxx"
>>>>>>
>>>>>> OTEL_SERVICE_NAME=ansible
>>>>>>
>>>>>>
>>>>>>
>>>>>> I have also installed the telemetry python packages
>>>>>>
>>>>>> pip list | grep opentele
>>>>>> opentelemetry-api                      1.13.0
>>>>>> opentelemetry-exporter-otlp            1.13.0
>>>>>> opentelemetry-exporter-otlp-proto-grpc 1.13.0
>>>>>> opentelemetry-exporter-otlp-proto-http 1.13.0
>>>>>> opentelemetry-instrumentation          0.34b0
>>>>>> opentelemetry-proto                    1.13.0
>>>>>> opentelemetry-sdk                      1.13.0
>>>>>> opentelemetry-semantic-conventions     0.34b0
>>>>>>
>>>>>>
>>>>>>
>>>>>> But still getting this error, does anyone have some ideas?
>>>>>>
>>>>>> Appreciate it
>>>>>>
>>>>>>
>>>>>>
>>>>>> [WARNING]: Skipping callback 'community.general.opentelemetry',
>>>>>> unable to load due to: The `opentelemetry-api`,
>>>>>> `opentelemetry-exporter-otlp` or `opentelemetry-sdk` must be
>>>>>> installed to use this plugin
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Ansible Project" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to [email protected].
>>>>>> To view this discussion on the web visit
>>>>>> https://groups.google.com/d/msgid/ansible-project/5c9d6031-c456-454b-8832-9e315b011981n%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/ansible-project/5c9d6031-c456-454b-8832-9e315b011981n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>>
>>>>> --
>>>>> Sent from Gmail Mobile
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to a topic in the
>>>>> Google Groups "Ansible Project" group.
>>>>> To unsubscribe from this topic, visit
>>>>> https://groups.google.com/d/topic/ansible-project/sB3WiogfqxU/unsubscribe
>>>>> .
>>>>> To unsubscribe from this group and all its topics, send an email to
>>>>> [email protected].
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/ansible-project/CAF8BbLaTBWay_OrwwA%2BPyB%3DoaObV7paJ80Q%3Db%3DXOftqNXd5UeQ%40mail.gmail.com
>>>>> <https://groups.google.com/d/msgid/ansible-project/CAF8BbLaTBWay_OrwwA%2BPyB%3DoaObV7paJ80Q%3Db%3DXOftqNXd5UeQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Ansible Project" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>>
>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/ansible-project/CAGy0mfKDkf-Qkjc_FxaJ4Fu6Hhi-UY2nqKOPjcKYuMug5WyHgA%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/ansible-project/CAGy0mfKDkf-Qkjc_FxaJ4Fu6Hhi-UY2nqKOPjcKYuMug5WyHgA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
>> You received this message because you are subscribed to the Google Groups
>> "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/ansible-project/0c1f873f-742d-4c70-b361-10a5e4268102n%40googlegroups.com
>> <https://groups.google.com/d/msgid/ansible-project/0c1f873f-742d-4c70-b361-10a5e4268102n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/CAF8BbLaSHLm2PujZKasrsdBUW5Ro0-CtofP%2BGOqCOp_x6PDnGw%40mail.gmail.com
> <https://groups.google.com/d/msgid/ansible-project/CAF8BbLaSHLm2PujZKasrsdBUW5Ro0-CtofP%2BGOqCOp_x6PDnGw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Matt Martz
@sivel
sivel.net

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAD8N0v_45yVccwBev1QZGrKs2EyYaAo%3Dh-MnxWcOhB8OG%2B7XDQ%40mail.gmail.com.

Reply via email to