Skip to content

chore(deps): bump github.com/plexusone/omniobserve from 0.11.0 to 0.12.0#93

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omniobserve-0.12.0
Open

chore(deps): bump github.com/plexusone/omniobserve from 0.11.0 to 0.12.0#93
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omniobserve-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/plexusone/omniobserve from 0.11.0 to 0.12.0.

Release notes

Sourced from github.com/plexusone/omniobserve's releases.

v0.12.0

Release Notes: v0.12.0

Full Changelog: plexusone/omniobserve@v0.11.0...v0.12.0

Changelog

Sourced from github.com/plexusone/omniobserve's changelog.

[v0.12.0] - 2026-07-20

Highlights

  • observops.Setup: a one-call bootstrap that wires metrics, traces, and logs and returns native OpenTelemetry handles, plus a Prometheus /metrics handler and HTTP middleware

Added

  • observops.Setup(ctx, opts...) returns a *Telemetry with native trace.Tracer, metric.Meter, an slog.Logger, a Prometheus MetricsHandler, HTTP Middleware/Transport, and Shutdown; consumers instrument with vanilla OpenTelemetry (5a987e3)
  • Composable export targets: Prometheus pull (WithPrometheus), OTLP push over gRPC or HTTP (WithEndpoint, WithOTLPOverHTTP), and stdout (WithStdout) (5a987e3)
  • Real OpenTelemetry logs via the otelslog bridge, fanned out to the console and installed as slog.Default() (5a987e3)
  • Setup options: WithMetrics, WithTraces, WithLogs, WithPrometheus, WithStdout, WithOTLPOverHTTP, WithTraceSampleRatio (all signals enabled by default) (5a987e3)
  • Tests covering the Setup bootstrap, including a real Prometheus scrape and HTTP middleware/transport round-trip (ed56f79)

Dependencies

  • OpenTelemetry logs stack: go.opentelemetry.io/otel/sdk/log v0.20.0, otel/log v0.20.0, otel/exporters/otlp/otlplog/{otlploggrpc,otlploghttp} v0.20.0 (5a987e3)
  • go.opentelemetry.io/otel/exporters/prometheus v0.66.0 and stdout exporters (stdouttrace/stdoutmetric v1.44.0, stdoutlog v0.20.0) (5a987e3)
  • go.opentelemetry.io/contrib/bridges/otelslog v0.19.0 and contrib/instrumentation/net/http/otelhttp v0.69.0 (5a987e3)
Commits
  • d05cf3f Merge pull request #54 from plexusone/docs/observops-setup
  • e79b921 docs: make mkdocs --strict build clean
  • 9015275 docs: feature observops.Setup across the README and docs site
  • 25a922f chore(deps): go mod: update dependencies
  • 38207cb Merge pull request #53 from plexusone/feat/observops-setup-layer
  • 02322f5 Merge branch 'main' into feat/observops-setup-layer
  • ad42624 docs(changelog): prepare v0.12.0 release notes
  • 2ea669b docs(observops): document Setup and correct the package overview
  • ed56f79 test(observops): cover the Setup bootstrap
  • 5a987e3 feat(observops): add Setup bootstrap returning native OpenTelemetry handles
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/plexusone/omniobserve](https://github.com/plexusone/omniobserve) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/plexusone/omniobserve/releases)
- [Changelog](https://github.com/plexusone/omniobserve/blob/main/CHANGELOG.md)
- [Commits](plexusone/omniobserve@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omniobserve
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants