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
| Open Observe | 0.14.x | Palette Registry (OCI) | Set a user email in the `charts.openobserve.auth.ZO_ROOT_USER_EMAIL` field or leave the default value of `[email protected]`. Set a user password in the `charts.openobserve.auth.ZO_ROOT_USER_PASSWORD` field. |
| MetalLB | 0.13.x | Palette Registry (OCI) |This pack is only required for Data Center and Edge clusters. Set an IP range that is available in your environment in the `manifests.metallb.addresses` field. |
| Open Observe | 0.14.x | Palette Registry (OCI) | Set a user email in the `charts.openobserve.auth.ZO_ROOT_USER_EMAIL` field or leave the default value of `[email protected]`. Set a user password in the `charts.openobserve.auth.ZO_ROOT_USER_PASSWORD` field. Set `charts.openobserve.config.ZO_LOCAL_MODE` to true. |
71
71
72
72
Construct a Base64 encoding of the credentials you have configured in the format `useremail:password` in the Open
73
73
Observe pack. For example, the string `[email protected]:admin` is encoded to
@@ -76,6 +76,17 @@ them to your deployed healthy clusters.
76
76
Review the configuration you have provided and click **Finish Configuration** to save your cluster profile. This
77
77
profile configures and deploys the Open Observe dashboard.
78
78
79
+
:::tip
80
+
81
+
The Open Observe pack allows you to save metrics information on the pod or in an S3 bucket. This guide saves metrics
82
+
on the pod. Provide the following configurations if you want to persist your metrics to an existing S3 bucket.
83
+
84
+
- Set `charts.openobserve.config.ZO_LOCAL_MODE` to false.
85
+
- Fill in an access key in the field `charts.openobserve.auth.ZO_S3_ACCESS_KEY` and a secret key in the field `charts.openobserve.auth.ZO_S3_SECRET_KEY`.
86
+
- Fill in the region of your S3 bucket in the field `charts.openobserve.config.ZO_S3_REGION_NAME` and the name of your bucket in the field `charts.openobserve.config.ZO_S3_BUCKET_NAME`.
87
+
88
+
:::
89
+
79
90
4. Navigate to the left main menu and select **Clusters** to view the cluster profile page. Select one of the healthy
80
91
clusters that you have deployed as a prerequisite to this guide. The **Overview** tab appears.
81
92
@@ -107,12 +118,23 @@ them to your deployed healthy clusters.
| MetalLB | 0.13.x | Palette Registry (OCI) | Set an IP range that is available in your environment in the `manifests.metallb.addresses` field.|
111
-
| Open Telemetry | 0.127.x | Palette Registry (OCI) | Click **Presets**. Select **Enable** under the **central-collector** section and select **OpenObserve** under the **export** section. Replace the domain placeholder in the `charts.opentelemetry-collector.config.exporters.otlphttp/openobserve.endpoint` field with the service address of the exporter service you deployed in the [Create and Deploy the Exporter Cluster Profile](#create-and-deploy-the-exporter-cluster-profile) section. Replace the password placeholder in the `charts.opentelemetry-collector.config.exporters.otlphttp/openobserve.headers.Authorization` field with the Base64-encoded value you made a note of in Step 3 of the [Create and Deploy the Exporter Cluster Profile](#create-and-deploy-the-exporter-cluster-profile) section, keeping the prefix `Basic`. For example, `Basic YWRtaW5Ab3Blbm9ic2VydmUuZGV2OmFkbWl` uses the encoded sample value `[email protected]:admin`. |
121
+
| MetalLB | 0.13.x | Palette Registry (OCI) |This pack is only required for Data Center and Edge clusters. Set an IP range that is available in your environment in the `manifests.metallb.addresses` field. |
122
+
| Open Telemetry | 0.132.x | Palette Registry (OCI) | Click **Presets**. Select **Enable** under the **central-collector** section and select **OpenObserve** under the **export** section. Replace the domain placeholder in the `charts.opentelemetry-collector.config.exporters.otlphttp/openobserve.endpoint` field with the service address of the exporter service you deployed in the [Create and Deploy the Exporter Cluster Profile](#create-and-deploy-the-exporter-cluster-profile) section. Replace the password placeholder in the `charts.opentelemetry-collector.config.exporters.otlphttp/openobserve.headers.Authorization` field with the Base64-encoded value you made a note of in Step 3 of the [Create and Deploy the Exporter Cluster Profile](#create-and-deploy-the-exporter-cluster-profile) section, keeping the prefix `Basic`. For example, `Basic YWRtaW5Ab3Blbm9ic2VydmUuZGV2OmFkbWl` uses the encoded sample value `[email protected]:admin`. |
112
123
113
124
Review the configuration you have provided and click **Finish Configuration** to save your cluster profile. This
114
125
profile configures and deploys the Open Telemetry central collector.
115
126
127
+
:::info
128
+
129
+
The OpenTelemetry pack supports auto-instrumentation for Java, Python, Node.js, .NET and Go applications. This
130
+
capability allows you to collect traces, metrics, and logs from your applications without changing their source
131
+
code. You can enable the instrumentation by adding annotations to your workloads.
132
+
133
+
Refer to the <VersionedLink text="OpenTelemetry Collector" url="/integrations/packs/?pack=opentelemetry" /> pack
134
+
documentation for further details.
135
+
136
+
:::
137
+
116
138
3. Navigate to the left main menu and select **Clusters** to view the cluster profile page. Select one of the healthy
117
139
clusters that you have deployed as a prerequisite to this guide. The **Overview** tab appears.
118
140
@@ -123,7 +145,7 @@ them to your deployed healthy clusters.
123
145
configuration and click **Save**.
124
146
125
147
4. Select the **Overview** tab and monitor the progress of your add-on profile. This may take a few minutes. You will
126
-
find six services deployed once the add-on profile is correctly applied.
148
+
find five services deployed once the add-on profile is correctly applied.
127
149
128
150
Make a note of the address of the services by copying the link under port **4317**.
0 commit comments