Add 2.11.0 release notes - #415
Conversation
merge main into staging
…ore/backup_enable.adoc Co-authored-by: Akash Raj <akash.raj@suse.com>
…ore/backup_restore.adoc Co-authored-by: Akash Raj <akash.raj@suse.com>
…ore/backup_restore.adoc Co-authored-by: Akash Raj <akash.raj@suse.com>
STAC-25426: update otel getting started- #377
…cs into stac-24630
STAC-24630: Add stackgraph backup v2 documentation
Stac 24987 drop feature switches
✅ Deploy Preview for suse-obs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
6d820eb to
6f26030
Compare
6f26030 to
8b59622
Compare
| ifdef::ss-ff-stackpacks2_enabled[] | ||
| For some Java metrics, for example, garbage collector metrics, SUSE Observability has defined charts on the related components. For Kubernetes, the charts are available on the pods. It is possible to xref:/setup/custom-integrations/metric-bindings/index.adoc[add charts for more metrics], this works for metrics from automatic instrumentation but also for application-specific metrics from manual instrumentation. | ||
| endif::[] | ||
| For some .NET metrics, for example, garbage collector metrics, {stackstate-product-name} has defined charts on the related components. For Kubernetes,the charts are available on the pods. It is possible to xref:/setup/custom-integrations/presentation/metrics/README.adoc[add charts for more metrics], this works for metrics from automatic instrumentation but also for application-specific metrics from manual instrumentation. |
There was a problem hiding this comment.
Small correction: this is the Java instrumentation guide, so “.NET metrics” should remain “Java metrics”.
| --set global.imagePullSecrets={application-collection} \ | ||
| --values otel-collector.yaml \ | ||
| --namespace open-telemetry | ||
| OTEL_EXPORTER_OTLP_ENDPOINT=http://suse-observability-agent-otel-telemetry-gateway.suse-observability-agent.svc.cluster.local:4317 |
There was a problem hiding this comment.
[P2] Please add OTEL_EXPORTER_OTLP_PROTOCOL=grpc to this example. Port 4317 expects gRPC, but Java agent 2.x defaults to HTTP/protobuf, so copying these variables can cause telemetry exports to fail. https://opentelemetry.io/docs/languages/java/configuration/
| @@ -1,237 +0,0 @@ | |||
| ifndef::ss-ff-stackpacks2_enabled[] | |||
There was a problem hiding this comment.
[P2] Please preserve the deleted guides’ URLs with :page-aliases: on their replacement pages. This applies to the removed monitor and metric-binding guides: updating internal xrefs does not preserve existing bookmarks or external links.
Adds the 2.11.0 release notes.