Skip to content

Commit

Permalink
Merge pull request #1883 from Danielle9897/RDoc-2944-openTelemetry
Browse files Browse the repository at this point in the history
RDoc-2944 OpenTelemetry Support
  • Loading branch information
ppekrol committed Aug 5, 2024
2 parents 08d3757 + e7f67d9 commit 6ad06c4
Show file tree
Hide file tree
Showing 13 changed files with 885 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{
"Path": "/monitoring",
"Name": "Monitoring",
"DiscussionId": "f59c124a-b94a-4380-bff2-dcb1782ef1f6",
"Mappings": []
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"Path": "telegraf.markdown",
"Name": "Telegraf Plugin",
"DiscussionId": "f59c124a-b94a-4380-bff2-dcb1782ef1f6",
"Mappings": []
}
]
{
"Path": "telegraf.markdown",
"Name": "Telegraf Plugin",
"DiscussionId": "355a0cd4-22ba-4579-9e98-b81c58e81cda",
"Mappings": []
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{
"Path": "/monitoring",
"Name": "Monitoring",
"DiscussionId": "f59c124a-b94a-4380-bff2-dcb1782ef1f6",
"Mappings": []
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"Path": "telegraf.markdown",
"Name": "Telegraf Plugin",
"DiscussionId": "355a0cd4-22ba-4579-9e98-b81c58e81cda",
"Mappings": []
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{
"Path": "/monitoring",
"Name": "Monitoring",
"DiscussionId": "f59c124a-b94a-4380-bff2-dcb1782ef1f6",
"Mappings": []
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"Path": "telegraf.markdown",
"Name": "Telegraf Plugin",
"DiscussionId": "f59c124a-b94a-4380-bff2-dcb1782ef1f6",
"Mappings": []
},
{
"Path": "prometheus.markdown",
"Name": "Prometheus",
"DiscussionId": "f59c124a-b94a-4380-bff2-dcb1782ef1f6",
"Mappings": []
}
]
{
"Path": "telegraf.markdown",
"Name": "Telegraf Plugin",
"DiscussionId": "625d14af-842b-454e-967d-846214f43357",
"Mappings": []
},
{
"Path": "prometheus.markdown",
"Name": "Prometheus",
"DiscussionId": "01febf2d-8e60-4238-a227-cc706d036b14",
"Mappings": []
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* In this page:
* [Telegraf](../../../server/administration/monitoring/telegraf#telegraf)
* [Monitoring Endpoints](../../../server/administration/monitoring/telegraf#monitoring-endpoints)
* [JSON Fields Retuened by the Endpoints](../../../server/administration/monitoring/telegraf#json-fields-retuened-by-the-endpoints)
* [JSON Fields Returned by the Endpoints](../../../server/administration/monitoring/telegraf#json-fields-returned-by-the-endpoints)

{NOTE/}

Expand All @@ -38,7 +38,7 @@ The monitoring endpoints output data in JSON format. There are four endpoints:
* `<your server URL>/admin/monitoring/v1/indexes`
* `<your server URL>/admin/monitoring/v1/collections`

## JSON Fields Retuened by the Endpoints
## JSON Fields Returned by the Endpoints

The following is a list of JSON fields returned by the endpoints:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{
"Path": "/monitoring",
"Name": "Monitoring",
"DiscussionId": "f59c124a-b94a-4380-bff2-dcb1782ef1f6",
"Mappings": []
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"Path": "telegraf.markdown",
"Name": "Telegraf Plugin",
"DiscussionId": "625d14af-842b-454e-967d-846214f43357",
"Mappings": []
},
{
"Path": "prometheus.markdown",
"Name": "Prometheus",
"DiscussionId": "01febf2d-8e60-4238-a227-cc706d036b14",
"Mappings": []
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{
"Path": "/monitoring",
"Name": "Monitoring",
"DiscussionId": "f59c124a-b94a-4380-bff2-dcb1782ef1f6",
"Mappings": []
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"Path": "telegraf.markdown",
"Name": "Telegraf Plugin",
"DiscussionId": "625d14af-842b-454e-967d-846214f43357",
"Mappings": []
},
{
"Path": "prometheus.markdown",
"Name": "Prometheus",
"DiscussionId": "01febf2d-8e60-4238-a227-cc706d036b14",
"Mappings": []
},
{
"Path": "open-telemetry.markdown",
"Name": "OpenTelemetry",
"DiscussionId": "a38d5253-cb11-4e46-8942-8c694c23ffd4",
"Mappings": []
}
]

Large diffs are not rendered by default.

Loading

0 comments on commit 6ad06c4

Please sign in to comment.