Skip to content

Commit

Permalink
Merge pull request #629 from logzio/tabsfix
Browse files Browse the repository at this point in the history
Edit tabs
  • Loading branch information
nico-shishkin authored Aug 22, 2024
2 parents c1eebe7 + 45c0bf2 commit 5aa3300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/shipping/Code/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ Ensure that you include the `user-agent` header in the format: `"user-agent=logz
At this point, you should see log output from the server and client on your Logz.io account.


</TabItem>
</TabItem>
</Tabs>


Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/node-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ Ensure that you include the `user-agent` header in the format: `"user-agent=logz
At this point, you should see log output from the server and client on your Logz.io account.


</TabItem>
</TabItem>
</Tabs>


Expand Down
6 changes: 2 additions & 4 deletions docs/shipping/Code/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,17 +506,15 @@ Ensure that you include the `user-agent` header in the format: `"user-agent=logz

At this point, you should see log output from the server and client on your Logz.io account.


</TabItem>
</TabItem>
</Tabs>


## Metrics

Send custom metrics to Logz.io from your Python application. This example uses [OpenTelemetry Python SDK](https://github.com/open-telemetry/opentelemetry-python-contrib) and the [OpenTelemetry remote write exporter](https://pypi.org/project/opentelemetry-exporter-prometheus-remote-write/).

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';


<Tabs>
<TabItem value="Setup-in-code" label="Setup in code" default>
Expand Down

0 comments on commit 5aa3300

Please sign in to comment.