Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ services:
- "./${SAMPLE_APP}/src/node-red:/data"
- "./${SAMPLE_APP}/src/dlstreamer-pipeline-server/videos:/data/public/videos"
- node-red-node-modules:/usr/src/node-red/node_modules
- /etc/localtime:/etc/localtime:ro
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this change needed in the helm chart?

ipc: "none"
entrypoint:
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,55 @@

This page provides troubleshooting steps, FAQs, and resources to help you resolve common issues.

## Resolving Time Sync Issues in Prometheus
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should add these details in support page


If you see the following warning in Prometheus, it indicates a time sync issue.

**Warning: Error fetching server time: Detected xxx.xxx seconds time difference between your browser and the server.**

You can following the below steps to synchronize system time using NTP.

1. **Install systemd-timesyncd** if not already installed:

```bash
sudo apt install systemd-timesyncd
```

2. **Check service status**:

```bash
systemctl status systemd-timesyncd
```

3. **Configure an NTP server** (if behind a corporate proxy):

```bash
sudo nano /etc/systemd/timesyncd.conf
```

Add:

```ini
[Time]
NTP=corp.intel.com
```

Replace `corp.intel.com` with a different ntp server that is supported on your network.

4. **Restart the service**:

```bash
sudo systemctl restart systemd-timesyncd
```

5. **Verify the status**:

```bash
systemctl status systemd-timesyncd
```

This should resolve the time discrepancy in Prometheus.

## Support
- **Developer Forum**: [Join the community forum](#)
- **Raise an Issue on GitHub**: [GitHub Issues](https://github.com/open-edge-platform/edge-ai-suites/issues)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,55 @@ to file new tickets there (after learning about the guidelines for [Contributing
https://<HOST_IP>/mediamtx/
```

5. **Resolving Time Sync Issues in Prometheus**
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no prometheus in this app. Pls modify the instructions accordingly.


If you see the following warning in Prometheus, it indicates a time sync issue.

**Warning: Error fetching server time: Detected xxx.xxx seconds time difference between your browser and the server.**

You can following the below steps to synchronize system time using NTP.

1. **Install systemd-timesyncd** if not already installed:

```bash
sudo apt install systemd-timesyncd
```

2. **Check service status**:

```bash
systemctl status systemd-timesyncd
```

3. **Configure an NTP server** (if behind a corporate proxy):

```bash
sudo nano /etc/systemd/timesyncd.conf
```

Add:

```ini
[Time]
NTP=corp.intel.com
```

Replace `corp.intel.com` with a different ntp server that is supported on your network.

4. **Restart the service**:

```bash
sudo systemctl restart systemd-timesyncd
```

5. **Verify the status**:

```bash
systemctl status systemd-timesyncd
```

This should resolve the time discrepancy in Prometheus.

## Troubleshooting Helm Deployments

1. Deploying with Intel GPU K8S Extension on Intel® Tiber™ Edge Platform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<iframe src=\"${WEBRTC_URL}/object_tracking_1/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"content": "<iframe src=\"${WEBRTC_URL}object_tracking_1/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"mode": "html"
},
"pluginVersion": "11.5.4",
Expand All @@ -83,7 +83,7 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<iframe src=\"${WEBRTC_URL}/object_tracking_2/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"content": "<iframe src=\"${WEBRTC_URL}object_tracking_2/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"mode": "html"
},
"pluginVersion": "11.5.4",
Expand All @@ -108,7 +108,7 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<iframe src=\"${WEBRTC_URL}/object_tracking_3/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"content": "<iframe src=\"${WEBRTC_URL}object_tracking_3/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"mode": "html"
},
"pluginVersion": "11.5.4",
Expand All @@ -133,7 +133,7 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<iframe src=\"${WEBRTC_URL}/object_tracking_4/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"content": "<iframe src=\"${WEBRTC_URL}object_tracking_4/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"mode": "html"
},
"pluginVersion": "11.5.4",
Expand Down Expand Up @@ -207,9 +207,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<iframe src=\"${WEBRTC_URL}/object_tracking_1/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"content": "<iframe src=\"${WEBRTC_URL}object_tracking_1/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"mode": "html"
},
"pluginVersion": "11.5.4",
Expand Down Expand Up @@ -132,9 +132,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<iframe src=\"${WEBRTC_URL}/object_tracking_2/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"content": "<iframe src=\"${WEBRTC_URL}object_tracking_2/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"mode": "html"
},
"pluginVersion": "11.5.4",
Expand Down Expand Up @@ -132,9 +132,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<iframe src=\"${WEBRTC_URL}/object_tracking_3/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"content": "<iframe src=\"${WEBRTC_URL}object_tracking_3/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"mode": "html"
},
"pluginVersion": "11.5.4",
Expand Down Expand Up @@ -132,9 +132,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<iframe src=\"${WEBRTC_URL}/object_tracking_4/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"content": "<iframe src=\"${WEBRTC_URL}object_tracking_4/\" style=\"width:100%;height:500px\"; allow=\"autoplay; encrypted-media\">\n</iframe> ",
"mode": "html"
},
"pluginVersion": "11.5.4",
Expand Down Expand Up @@ -132,9 +132,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,13 @@
"title": "Loiter Table",
"transformations": [
{
"id": "limit",
"id": "reduce",
"options": {
"limitField": "1"
"reducers": [
"lastNotNull"
],
"mode": "reduceFields",
"includeTimeField": false
}
},
{
Expand Down
Loading
Loading